pequena limpeza

main
serxoz 2023-11-30 17:01:27 +01:00
parent 6923ae3360
commit 7c3d345e26
16 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
// Base
//
//
// Set box-sizing globally to handle padding and border widths
*,

View File

@ -1,6 +1,6 @@
// Blockquote
//
//
blockquote
border-left: .3rem solid $color-quaternary

View File

@ -1,6 +1,6 @@
// Button
//
//
.button,
button,

View File

@ -1,6 +1,6 @@
// Code
//
//
code
background: $color-tertiary

View File

@ -1,6 +1,6 @@
// Color
//
//
// Gruvbox palette:
// dark0 = #282828

View File

@ -1,6 +1,6 @@
// Divider
//
//
hr
border: 0

View File

@ -1,6 +1,6 @@
// Form
//
//
input[type='color'],
input[type='date'],

View File

@ -1,6 +1,6 @@
// Grid
//
//
// .container is main centered wrapper with a max width of 112.0rem (1120px)
.container

View File

@ -1,6 +1,6 @@
// Image
//
//
img
max-width: 100%

View File

@ -1,6 +1,6 @@
// Link
//
//
a
color: $color-primary

View File

@ -1,6 +1,6 @@
// List
//
//
dl,
ol,

View File

@ -1,6 +1,6 @@
// Spacing
//
//
.button,
button,

View File

@ -1,6 +1,6 @@
// Table
//
//
table
border-spacing: 0

View File

@ -1,6 +1,6 @@
// Typography
//
//
b,
strong

View File

@ -1,6 +1,6 @@
// Utility
//
//
// Clear a float with .clearfix
.clearfix

View File

@ -1,6 +1,6 @@
// Modules
//
//
@import _Color
@import _Base