tide-command.page.css
798 Bytes
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
39
40
41
.tide-command-page {
width: 100%;
height: 100%;
position: relative;
background-color: #f2f2f2;
.command-textarea {
height: 94px;
width: 100%;
font-size: 28px;
line-height: 94px;
color: #b0b0b0;
border: none;
resize: none;
background-color: #fff;
padding-left: 30px;
}
.close {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 30px;
background-color: #c0c0c0;
color: #fff;
text-align: center;
line-height: 30px;
position: absolute;
right: 30px;
top: 32px;
}
.rules {
padding: 30px;
span {
line-height: 40px;
font-size: 28px;
}
}
}