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
|
// area
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
picture {
|
picture {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -237,11 +237,13 @@ figcaption {
|
||||||
|
|
||||||
// Main content
|
// Main content
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
main {}
|
main {
|
||||||
|
}
|
||||||
|
|
||||||
// Div
|
// Div
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
div {}
|
div {
|
||||||
|
}
|
||||||
|
|
||||||
.div_info {
|
.div_info {
|
||||||
padding: config.$space_double config.$indent_basic;
|
padding: config.$space_double config.$indent_basic;
|
||||||
|
|
@ -304,13 +306,13 @@ div {}
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: config.$space_basic;
|
grid-gap: config.$space_basic;
|
||||||
|
|
||||||
&>input,
|
& > input,
|
||||||
&>select,
|
& > select,
|
||||||
&>textarea {
|
& > textarea {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&>label {
|
& > label {
|
||||||
margin: config.$width_border_io;
|
margin: config.$width_border_io;
|
||||||
padding: config.$space_half;
|
padding: config.$space_half;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
// legend
|
// legend
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Form
|
// Form
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
form {
|
form {
|
||||||
|
|
@ -245,7 +244,6 @@ meter {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Interactive elements
|
// Interactive elements
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// details
|
// details
|
||||||
|
|
@ -253,7 +251,6 @@ meter {
|
||||||
// dialog
|
// dialog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
details {
|
details {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -267,7 +264,6 @@ dialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Scripting
|
// Scripting
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// script
|
// script
|
||||||
|
|
@ -276,7 +272,6 @@ dialog {
|
||||||
// canvas
|
// canvas
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
// wbr
|
// wbr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
a {
|
a {
|
||||||
|
|
@ -302,14 +301,12 @@ wbr {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Edits
|
// Edits
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// ins
|
// ins
|
||||||
// del
|
// del
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ins {
|
ins {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue