mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Apply common class styles to all.css, minor tweaks
This commit is contained in:
parent
7e1fd32edc
commit
95b44aed5e
3 changed files with 5 additions and 15 deletions
|
@ -300,6 +300,10 @@ button > i.fas {
|
||||||
right: 3px;
|
right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* Font Awesome 5 brands */
|
/* Font Awesome 5 brands */
|
||||||
.fa-reddit {
|
.fa-reddit {
|
||||||
color: #ff4500;
|
color: #ff4500;
|
||||||
|
@ -314,10 +318,6 @@ button > i.fas {
|
||||||
color: #151b23
|
color: #151b23
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-dark {
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes heart {
|
@keyframes heart {
|
||||||
0%, 40%, 80%, 100% {
|
0%, 40%, 80%, 100% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
|
|
@ -93,10 +93,6 @@ a:focus, a:hover {
|
||||||
background-color: #f2f1f0;
|
background-color: #f2f1f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
|
||||||
font-size: 0.85rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-tabs .nav-link.active,
|
.nav-tabs .nav-link.active,
|
||||||
.nav-tabs .nav-link {
|
.nav-tabs .nav-link {
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
|
|
|
@ -40,7 +40,7 @@ h5.card-title {
|
||||||
}
|
}
|
||||||
|
|
||||||
.card, .modal-dialog {
|
.card, .modal-dialog {
|
||||||
border-radius: 3px;
|
border-radius: 5px;
|
||||||
border-color: #ff6600;
|
border-color: #ff6600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,12 +101,6 @@ code {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapper,#page-wrapper,
|
|
||||||
#wrapper #content-wrapper,
|
|
||||||
.nav>li>a,.nav {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
background-color: #f6f6ef;
|
background-color: #f6f6ef;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue