integarting admin dashboard
This commit is contained in:
31
public/Dashboard/scss/common/dark/_misc.scss
Normal file
31
public/Dashboard/scss/common/dark/_misc.scss
Normal file
@ -0,0 +1,31 @@
|
||||
/* Miscellanoeous */
|
||||
body,
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
padding-right: 0 !important; // resets padding right added by Bootstrap modal
|
||||
}
|
||||
|
||||
*:-moz-full-screen,
|
||||
*:-webkit-full-screen,
|
||||
*:fullscreen *:-ms-fullscreen {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.container-scroller {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: color(gray-lighter);
|
||||
padding: 15px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 5px;
|
||||
color: theme-color(danger);
|
||||
font-family: $type1;
|
||||
font-weight: 300;
|
||||
font-size: $default-font-size;
|
||||
border-radius: 4px;
|
||||
}
|
Reference in New Issue
Block a user