Style tweaks

This commit is contained in:
billz 2019-10-22 09:03:13 +01:00
parent 0287abf9ac
commit dc85b41256
3 changed files with 32 additions and 2 deletions

View file

@ -130,7 +130,9 @@ i.fa.fa-bars:hover{
.logoutput { .logoutput {
width:100%; width:100%;
height:300px; height: 20rem;
border: 1px solid #d1d3e2;
border-radius: .35rem;
} }
pre.unstyled { pre.unstyled {
@ -170,6 +172,15 @@ pre.unstyled {
color: #000; 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 */ /* change transition animation when sidebar is toggled */
#accordionSidebar.toggled { #accordionSidebar.toggled {
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;

View file

@ -116,7 +116,9 @@ ul.nav-tabs, .nav-tabs .nav-link {
.logoutput { .logoutput {
width: 100%; width: 100%;
height: 300px; height: 20rem;
border: 1px solid #d1d3e2;
border-radius: .35rem;
} }
.service-status { .service-status {
@ -182,6 +184,15 @@ pre.unstyled {
color: #000; 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 */ /* change transition animation when sidebar is toggled */
#accordionSidebar.toggled { #accordionSidebar.toggled {
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;

View file

@ -352,6 +352,14 @@ pre {
margin-bottom: 0.5em; 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 */ /* change transition animation when sidebar is toggled */
#accordionSidebar.toggled { #accordionSidebar.toggled {
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;