pequena limpeza

This commit is contained in:
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 // Base
// //
// Set box-sizing globally to handle padding and border widths // Set box-sizing globally to handle padding and border widths
*, *,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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