1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Fixed missing padding to cards

This commit is contained in:
Marek Guráň 2023-08-29 12:28:51 +02:00 committed by GitHub
parent 49634a4e58
commit 5bd2ef1edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -99,6 +99,10 @@ h5.card-title {
font-weight: 400;
}
.sidebar .nav-item .nav-link span:hover {
color: <?php echo $textColor; ?>!important;
}
#wrapper #content-wrapper #content {
background-color: <?php echo $backgroundColor; ?>;
}
@ -228,6 +232,11 @@ a:focus, a:hover {
0px 4px 6px rgba(0, 0, 0, 0.1);
}
.card-body {
padding-top: 36px; /* 18px to move down + 18px space at the top */
padding-bottom: 36px; /* 18px space at the bottom */
}
.unstyled {
background-color: <?php echo $cardsColor; ?>;
color: <?php echo $textColor; ?>;

View File

@ -230,6 +230,11 @@ a:focus, a:hover {
0px 4px 6px rgba(0, 0, 0, 0.1);
}
.card-body {
padding-top: 36px; /* 18px to move down + 18px space at the top */
padding-bottom: 36px; /* 18px space at the bottom */
}
.unstyled {
background-color: <?php echo $cardsColor; ?>;
color: <?php echo $textColor; ?>;
@ -463,7 +468,7 @@ color: <?php echo $textColor; ?>; !important
}
.sidebar .nav-item.active .nav-link span.ra-wireguard:before {
color: <?php echo $primaryColor; ?>!important;
color: <?php echo $textColor; ?>!important;
}
.custom-control-input:checked ~ .custom-control-label::before {