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:
@@ -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;
|
||||
|
||||
@@ -193,7 +193,7 @@ Sidebar
|
||||
}
|
||||
|
||||
.navbar-heading {
|
||||
@extend .text-subheader;
|
||||
@extend .subheader;
|
||||
margin: 0 0 .5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user