feat: Change - to _ for selector names
This commit is contained in:
parent
89db97c358
commit
eb4349f9e5
5 changed files with 13 additions and 17 deletions
|
|
@ -302,7 +302,7 @@ div {
|
|||
display: flex;
|
||||
|
||||
&.inline {
|
||||
@extend %flex-inline;
|
||||
@extend %flex_inline;
|
||||
}
|
||||
|
||||
&.stretch {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ body {
|
|||
}
|
||||
|
||||
&:hover {
|
||||
#mouse-overlay {
|
||||
#mouse_overlay {
|
||||
background-color: transparent !important;
|
||||
transition: background-color config.$duration_basic config.$timing_basic 0s !important;
|
||||
}
|
||||
|
|
@ -244,7 +244,7 @@ header {
|
|||
|
||||
nav,
|
||||
ul {
|
||||
@extend %flex-inline;
|
||||
@extend %flex_inline;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
|
|
@ -276,7 +276,7 @@ header {
|
|||
footer {
|
||||
&.io {
|
||||
nav {
|
||||
@extend %flex-inline;
|
||||
@extend %flex_inline;
|
||||
align-items: stretch;
|
||||
|
||||
input,
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ table {
|
|||
border: config.$width_border_basic solid transparent;
|
||||
}
|
||||
|
||||
&.stripe {
|
||||
&.striped {
|
||||
td {
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
|
|
@ -71,10 +71,6 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
&.table_file_simple {
|
||||
@extend .width_full;
|
||||
}
|
||||
|
||||
&.draggable tbody tr {
|
||||
transition: opacity 0.2s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue