Remove old css and js
This commit is contained in:
parent
16e860e00c
commit
a503417298
142 changed files with 156 additions and 1910 deletions
27
app/assets/stylesheets/_placeholders.scss
Normal file
27
app/assets/stylesheets/_placeholders.scss
Normal file
|
@ -0,0 +1,27 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
%horizontal-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 0px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
%horizontal-list-item {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
%animation {
|
||||
animation-fill-mode: forwards;
|
||||
animation-duration: 0.3s;
|
||||
}
|
||||
|
||||
%outline {
|
||||
&:active:not(:disabled),
|
||||
&:focus {
|
||||
outline: 3px solid $blue;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue