KazV2/dockers/web/html/assets/sass/components/_icons.scss

19 lines
340 B
SCSS
Raw Normal View History

2024-06-03 18:43:35 +02:00
///
/// 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;
}
}