Added scripts for content, Improved tables and buttons
Update scripts.php, sidebar.php, and 20 more files...
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
|
||||
.border {
|
||||
border: 1px solid #{$color-border-all};
|
||||
|
||||
&.b-light {
|
||||
border: 1px solid #{$color-border-light};
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
@@ -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);
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user