Added scripts for content, Improved tables and buttons

Update scripts.php, sidebar.php, and 20 more files...
This commit is contained in:
2023-05-24 07:04:00 +02:00
parent 3cadb29be5
commit d5ea7e369b
22 changed files with 302 additions and 130 deletions

View File

@@ -13,6 +13,10 @@
.border {
border: 1px solid #{$color-border-all};
&.b-light {
border: 1px solid #{$color-border-light};
}
}
* {

View File

@@ -37,3 +37,9 @@
/* Utilities > Spacing > Global > Others */
@include global-spacing-maker("m", "margin", "auto", auto);
@include global-spacing-maker("p", "padding", "auto", auto);
/* Utilities > Spacing > Global > Manual Extras */
.p-mxs {
padding: calc(#{$margin-base-size} * 0.375);
}

View File

@@ -28,6 +28,12 @@ h1, h2, h3, h4, h5, h6 {
.t-size-13 {
font-size: 1.3rem !important;
}
.t-size-15 {
font-size: 1.5rem !important;
}
.t-size-17 {
font-size: 1.7rem !important;
}
@for $_ from 2 through 7 {
$size: $_ * 100;