File size: 523 Bytes
2d7576a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

#root > .block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}

.gr-form, .gr-box, .gr-input, .gr-textarea, .gr-radio, .gr-checkbox, .gr-panel {
    border-radius: 6px;
}

.gr-panel > .label {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

button, .button-primary, .button-secondary {
    border-radius: 6px;
}