summaryrefslogtreecommitdiff
path: root/resources/sass/app.scss
blob: 8352c357c6835ffc93a190de04ee26fa86ad0825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';

#index .btn {
	margin-top: .25rem;
	margin-bottom: .25rem;
}