mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Style tweaks
This commit is contained in:
parent
05a00b02c2
commit
493559c13f
@ -14,6 +14,12 @@ a:focus, a:hover {
|
|||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
color: #212529;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5.card-title {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
color: #212529;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
@ -25,7 +31,7 @@ h4 {
|
|||||||
border-color: #ff6600;
|
border-color: #ff6600;
|
||||||
background-color: #ff6600;
|
background-color: #ff6600;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 1.1rem;
|
font-size: 1.0rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: unset;
|
border-radius: unset;
|
||||||
}
|
}
|
||||||
@ -35,7 +41,7 @@ h4 {
|
|||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header .fas {
|
.card-header [class^="fa"] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
}
|
}
|
||||||
@ -92,6 +98,11 @@ h4 {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-item-wifi {
|
||||||
|
width: 6rem;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.logoutput {
|
.logoutput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
@ -168,4 +179,4 @@ pre.unstyled {
|
|||||||
-webkit-transition-duration: .2s;
|
-webkit-transition-duration: .2s;
|
||||||
-o-transition-duration: .2s;
|
-o-transition-duration: .2s;
|
||||||
transition-duration: .2s;
|
transition-duration: .2s;
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user