pequena limpeza
This commit is contained in:
parent
6923ae3360
commit
7c3d345e26
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Base
|
// Base
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
// Set box-sizing globally to handle padding and border widths
|
// Set box-sizing globally to handle padding and border widths
|
||||||
*,
|
*,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Blockquote
|
// Blockquote
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
blockquote
|
blockquote
|
||||||
border-left: .3rem solid $color-quaternary
|
border-left: .3rem solid $color-quaternary
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Button
|
// Button
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
.button,
|
.button,
|
||||||
button,
|
button,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Code
|
// Code
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
code
|
code
|
||||||
background: $color-tertiary
|
background: $color-tertiary
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Color
|
// Color
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
// Gruvbox palette:
|
// Gruvbox palette:
|
||||||
// dark0 = #282828
|
// dark0 = #282828
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Divider
|
// Divider
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
hr
|
hr
|
||||||
border: 0
|
border: 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Form
|
// Form
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
input[type='color'],
|
input[type='color'],
|
||||||
input[type='date'],
|
input[type='date'],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Grid
|
// Grid
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
// .container is main centered wrapper with a max width of 112.0rem (1120px)
|
// .container is main centered wrapper with a max width of 112.0rem (1120px)
|
||||||
.container
|
.container
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Image
|
// Image
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
img
|
img
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Link
|
// Link
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
a
|
a
|
||||||
color: $color-primary
|
color: $color-primary
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// List
|
// List
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
dl,
|
dl,
|
||||||
ol,
|
ol,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Spacing
|
// Spacing
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
.button,
|
.button,
|
||||||
button,
|
button,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Table
|
// Table
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
table
|
table
|
||||||
border-spacing: 0
|
border-spacing: 0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
b,
|
b,
|
||||||
strong
|
strong
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Utility
|
// Utility
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
// Clear a float with .clearfix
|
// Clear a float with .clearfix
|
||||||
.clearfix
|
.clearfix
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
// Modules
|
// Modules
|
||||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
//
|
||||||
|
|
||||||
@import _Color
|
@import _Color
|
||||||
@import _Base
|
@import _Base
|
||||||
|
Loading…
Reference in New Issue
Block a user