Initial commit.
This commit is contained in:
commit
2d7cfe5945
50 changed files with 6114 additions and 0 deletions
17
static/sass/components/_icon.scss
Normal file
17
static/sass/components/_icon.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
///
|
||||
/// Dimension by HTML5 UP
|
||||
/// html5up.net | @ajlkn
|
||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
///
|
||||
|
||||
/* Icon */
|
||||
|
||||
.icon {
|
||||
@include icon;
|
||||
border-bottom: none;
|
||||
position: relative;
|
||||
|
||||
> .label {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue