Files
kt-connect/src/layouts/CoreLayout/layout.scss
2019-10-08 18:03:02 +08:00

96 lines
1.5 KiB
SCSS

.logo {
color: #fff;
}
/* Position and sizing of burger button */
.bm-burger-button {
display: none;
position: fixed;
width: 36px;
height: 30px;
left: 36px;
top: 36px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #373a47;
}
/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}
/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
}
/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
}
/* General sidebar styles */
.bm-menu {
background: #fff;
padding: 2.5em 1.5em 0;
font-size: 1.15em;
/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}
/* Individual item */
.bm-item {
display: inline-block;
}
/* Styling of overlay */
.bm-overlay {
background: rgba(0, 0, 0, 0.3);
}
.container {
// background-color: #fff;
min-height: 350px;
}
.pull-right {
float: right;
}
.table-extra {
margin-bottom: 10px;
}
.command-line {
background-color: #001529;
color: #fff;
padding: 5px;
font-size: 12px;
margin: 0px;
pre: {
margin: 0px;
padding: 0px;
// line-height: 14px;
}
}