aswi2020merlot-gitlab/resources/sass/app.scss @ 01b004be
1 |
// Fonts
|
---|---|
2 |
@import url('https://fonts.googleapis.com/css?family=Nunito'); |
3 |
|
4 |
// Variables
|
5 |
@import 'variables'; |
6 |
|
7 |
// Bootstrap
|
8 |
@import '~bootstrap/scss/bootstrap'; |
9 |
|
10 |
// Font Awesome
|
11 |
@import '~@fortawesome/fontawesome-free/scss/fontawesome'; |
12 |
@import '~@fortawesome/fontawesome-free/scss/regular'; |
13 |
@import '~@fortawesome/fontawesome-free/scss/solid'; |
14 |
@import '~@fortawesome/fontawesome-free/scss/brands'; |
15 |
|
16 |
// Custom
|
17 |
@import 'custom'; |
- « Předchozí
- 1
- 2
- 3
- Další »