mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Adjust .nav-link, .btn-light .h4 styles
This commit is contained in:
parent
3717249f6a
commit
478c3fea5c
1 changed files with 9 additions and 8 deletions
|
@ -30,14 +30,6 @@ h2 {
|
|||
font-size: 2rem !important;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
h5.card-title {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
border-left: .01rem solid #d2d2d2;
|
||||
border-bottom: .01rem solid #d2d2d2;
|
||||
|
@ -71,6 +63,10 @@ h5.card-title {
|
|||
font-size: 1.0rem;
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
@ -366,6 +362,11 @@ button.btn.btn-light.js-toggle-password {
|
|||
border: 1px solid #343434;
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
border-color: #343434;
|
||||
border-radius: 0.35rem;
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
.signal-icon .signal-bar {
|
||||
background: #2b8080;
|
||||
|
|
Loading…
Reference in a new issue