Uploaded the files.
This commit is contained in:
commit
37661b3ee7
374 changed files with 90632 additions and 0 deletions
11
admin/assets/scss/common/extend.scss
Normal file
11
admin/assets/scss/common/extend.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* @extend display-flex; */
|
||||
display-flex {
|
||||
display: flex;
|
||||
display: -webkit-flex;
|
||||
}
|
||||
/* @extend list-type-ulli; */
|
||||
list-type-ulli {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue