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