1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 07:12:22 +04:00

page buttons side

This commit is contained in:
codecalm
2019-10-17 21:46:06 +02:00
parent 807f22e647
commit dcf872fa1d
9 changed files with 71 additions and 88 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ $black: #000000 !default;
$white: #ffffff !default;
$light: #f5f7fb !default;
$dark: #495057 !default;
$dark: #354052 !default;
$body-bg: $light !default;
$body-color: $dark !default;
+1 -1
View File
@@ -193,7 +193,7 @@ Sidebar
}
.navbar-heading {
@extend .text-subheader;
@extend .subheader;
margin: 0 0 .5rem;
}
+6 -9
View File
@@ -1,19 +1,16 @@
.page-title-box {
display: flex;
align-items: center;
min-height: 2.5rem;
margin: .5rem 0 1.5rem;
margin: .75rem 0 2rem;
}
.page-pretitle {
@extend .subheader;
}
.page-title {
margin: 0;
font-size: $h2-font-size;
font-weight: 400;
line-height: 2.5rem;
color: $body-color;
}
.page-title-options {
margin-left: auto;
color: $text-muted;
line-height: 1;
}
-1
View File
@@ -57,7 +57,6 @@
@import "utils/background";
@import "utils/colors";
@import "utils/scroll";
@import "utils/text";
@import "utils/sizing";
@import "utils/opacity";
@import "utils/shadow";
+43
View File
@@ -91,3 +91,46 @@ Selection
color: #fff;
background-color: lighten($primary, 8%);
}
/**
Subheader
*/
.subheader {
font-size: $h6-font-size;
font-weight: 600;
color: $text-muted;
text-transform: uppercase;
letter-spacing: .04em;
}
/**
Antialiasing
*/
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
/**
Markdown
*/
.markdown {
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
table {
@extend .table, .table-bordered;
}
}
-39
View File
@@ -1,40 +1 @@
// stylelint-disable declaration-no-important
.text-subheader {
font-size: $h6-font-size;
font-weight: 600;
color: $text-muted;
text-transform: uppercase;
letter-spacing: .04em;
}
/**
Antialiasing
*/
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
/**
Markdown
*/
.markdown {
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
table {
@extend .table, .table-bordered;
}
}