summaryrefslogtreecommitdiff
path: root/static/kyselma.css
blob: a7a60db9b21169b7cd60685debbcc6bc6b740547 (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
26
27
28

.kysQuestion {
    display: flex;
    flex-direction: column;
    max-width: 25em;    
}
.kysText { 
    align-self: center;
}
.kysScale {
    display: flex;
}
.kysScaleSpacer {
    flex-grow: 1;    
}
.kysNegative input {
    width: 100%;
}
.kysPositive input {
    width: 100%;
}
.kysCreateText input {
    width: 100%;
    resize: horizontal;
}
.kysCreateText { 
    width: 100%;
}