style: Update file formatting
This commit is contained in:
parent
0e6aa4bb02
commit
91d136f1c3
4 changed files with 9 additions and 16 deletions
|
|
@ -14,7 +14,6 @@
|
|||
// area
|
||||
|
||||
|
||||
|
||||
picture {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
@extend p;
|
||||
|
||||
column-count: #{$i};
|
||||
column-gap: if($i < 3, config.$space_small, config.$space_medium);
|
||||
column-gap: if($i < 3, config.$space_small, config.$space_medium);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -237,11 +237,13 @@ figcaption {
|
|||
|
||||
// Main content
|
||||
// -----------------------------------------------------------------------------
|
||||
main {}
|
||||
main {
|
||||
}
|
||||
|
||||
// Div
|
||||
// -----------------------------------------------------------------------------
|
||||
div {}
|
||||
div {
|
||||
}
|
||||
|
||||
.div_info {
|
||||
padding: config.$space_double config.$indent_basic;
|
||||
|
|
@ -304,13 +306,13 @@ div {}
|
|||
display: grid;
|
||||
grid-gap: config.$space_basic;
|
||||
|
||||
&>input,
|
||||
&>select,
|
||||
&>textarea {
|
||||
& > input,
|
||||
& > select,
|
||||
& > textarea {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&>label {
|
||||
& > label {
|
||||
margin: config.$width_border_io;
|
||||
padding: config.$space_half;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
// legend
|
||||
|
||||
|
||||
|
||||
// Form
|
||||
// -----------------------------------------------------------------------------
|
||||
form {
|
||||
|
|
@ -245,7 +244,6 @@ meter {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Interactive elements
|
||||
// -----------------------------------------------------------------------------
|
||||
// details
|
||||
|
|
@ -253,7 +251,6 @@ meter {
|
|||
// dialog
|
||||
|
||||
|
||||
|
||||
details {
|
||||
|
||||
}
|
||||
|
|
@ -267,7 +264,6 @@ dialog {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Scripting
|
||||
// -----------------------------------------------------------------------------
|
||||
// script
|
||||
|
|
@ -276,7 +272,6 @@ dialog {
|
|||
// canvas
|
||||
|
||||
|
||||
|
||||
canvas {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
// wbr
|
||||
|
||||
|
||||
|
||||
// Links
|
||||
// -----------------------------------------------------------------------------
|
||||
a {
|
||||
|
|
@ -302,14 +301,12 @@ wbr {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// Edits
|
||||
// -----------------------------------------------------------------------------
|
||||
// ins
|
||||
// del
|
||||
|
||||
|
||||
|
||||
ins {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue