mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Style tweaks
This commit is contained in:
@@ -116,7 +116,9 @@ ul.nav-tabs, .nav-tabs .nav-link {
|
||||
|
||||
.logoutput {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
height: 20rem;
|
||||
border: 1px solid #d1d3e2;
|
||||
border-radius: .35rem;
|
||||
}
|
||||
|
||||
.service-status {
|
||||
@@ -182,6 +184,15 @@ pre.unstyled {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.toggle-off.btn {
|
||||
padding-left: 0.9rem;
|
||||
font-size: 0.9rem!important;
|
||||
}
|
||||
|
||||
.toggle-on.btn {
|
||||
font-size: 0.9rem!important;
|
||||
}
|
||||
|
||||
/* change transition animation when sidebar is toggled */
|
||||
#accordionSidebar.toggled {
|
||||
-webkit-transition-timing-function: ease;
|
||||
|
Reference in New Issue
Block a user