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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user