mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Style tweaks
This commit is contained in:
parent
0287abf9ac
commit
dc85b41256
3 changed files with 32 additions and 2 deletions
|
@ -130,7 +130,9 @@ i.fa.fa-bars:hover{
|
|||
|
||||
.logoutput {
|
||||
width:100%;
|
||||
height:300px;
|
||||
height: 20rem;
|
||||
border: 1px solid #d1d3e2;
|
||||
border-radius: .35rem;
|
||||
}
|
||||
|
||||
pre.unstyled {
|
||||
|
@ -170,6 +172,15 @@ pre.unstyled {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.toggle-off.btn {
|
||||
padding-left: 1.2rem;
|
||||
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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -352,6 +352,14 @@ pre {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.toggle-off.btn {
|
||||
padding-left: 1.2rem;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue