aboutsummaryrefslogtreecommitdiff
path: root/frontend/styles/ui/layout.sass
blob: 93f5a6951517b24b30d220b68a6cb1a9a491276c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@use '../colors'

.g-Columns
    display: flex
    gap: 1rem

    & > *
        flex-basis: 50%
        flex-grow: 1

.g-Loading
    display: flex
    align-items: center
    justify-content: center
    height: 100%

    & > svg
        width: 20px

.g-Error
    display: flex
    align-items: center
    justify-content: center
    height: 100%
    color: colors.$red