summaryrefslogtreecommitdiff
path: root/embeds/frp-color-picker/propagators.css
blob: 1b803e275b2c6a5fa3cbd36e09fb0d77136b7aa3 (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
29
30
31
32
33
34
35
36
37
38
body {
    font-family: sans;
    background-color: #fbfbfb;
    margin: auto;
    max-width: 20em;
}

h1 {
    text-align: center;
}

.preview {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.hex {
    text-align: center;
    margin-top: 0.5em;
}

fieldset {
    margin-bottom: 1em;
    margin-top: 1em;
}

.color-block {
    width: 100%;
    aspect-ratio: 1;
    border: 1px black solid;
}

.slider {
    display: grid;
    grid-template-columns: 35% max-content;
    grip-gap: 1em;
}