summaryrefslogtreecommitdiff
path: root/assets/sass/main.sass
blob: d0c515965030f4ca5f9593b7279fa4a048acadb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "_bootstrap"
@import "_models"

body
  background-color: #f3f4f6

@media (max-width: 768px)
  .w-90p
    max-width: 90%

.border-1
  border-width: 1px

body.dark
  background-color: #111827

.dark\:border-b-1
  border-bottom-width: 1px