first commit
This commit is contained in:
19
dockers/web/html/assets/sass/components/_icons.scss
Normal file
19
dockers/web/html/assets/sass/components/_icons.scss
Normal file
@ -0,0 +1,19 @@
|
||||
///
|
||||
/// Phantom by HTML5 UP
|
||||
/// html5up.net | @ajlkn
|
||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
///
|
||||
|
||||
/* Icons */
|
||||
|
||||
ul.icons {
|
||||
cursor: default;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin: -1em 0 _size(element-margin) -1em;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
padding: 1em 0 0 1em;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user