mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
41 lines
606 B
CSS
41 lines
606 B
CSS
.navbar {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
ng2-slim-loading-bar {
|
|
margin-bottom: 20px;
|
|
display: block;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
|
|
.admin-link {
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.divider-vertical:first-child {
|
|
display: none;
|
|
}
|
|
|
|
.navbar .divider-vertical {
|
|
height: 30px;
|
|
margin: 10px 1px 10px 10px;
|
|
border-right: 1px solid #ffffff;
|
|
border-left: 1px solid #f2f2f2;
|
|
}
|
|
|
|
.navbar-inverse .divider-vertical {
|
|
border-right-color: #5d5d5d;
|
|
border-left-color: #3d3d3d;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.navbar-collapse .nav > .divider-vertical {
|
|
display: none;
|
|
}
|
|
}
|