current work complete

This commit is contained in:
akilan
2020-05-14 12:10:15 +04:00
parent 2fca76e753
commit b4f9978b36
751 changed files with 233459 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
.code-toolbar{
max-width: 750px;
margin: 0 auto 35px;
overflow: auto;
font-size: 12px;
pre{
padding-top: 2.5em !important;
padding-bottom: 2.5em !important;
padding-left: 5em !important;
padding-right: 5em !important;
border-radius: 5px !important;
background-color: #292c34 !important;
code{
color: white;
}
}
.toolbar-item{
position: absolute;
top: 1em;
right: 1em;
}
}