-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (68 loc) · 1.26 KB
/
style.css
File metadata and controls
68 lines (68 loc) · 1.26 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
html, body, #root, .app, .zaseki {
/*height: 100%;*/
}
* {
font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
margin: 0;
}
.app {
display: flex;
flex-flow: column nowrap;
}
.setting {
flex: 0 0 30px;
/*background-color: #eeeeee;*/
padding: 20px 60px 20px;
display: table-cell;
}
.select {
float: left;
margin-right: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.select span {
font-size: 23px;
font-weight: bold;
color: #333333;
margin-right: 10px;
}
.select select {
font-size: 30px;
font-weight: bold;
}
.zaseki {
flex: 1;
display: flex;
flex-flow: column nowrap;
padding: 20px 50px 30px;
}
.row {
flex: 1;
/*border: 1px solid pink;*/
/*margin: 5px;*/
display: flex;
flex-flow: row nowrap;
padding: 5px;
}
.table {
flex: 0 0 30px;
border: 1px solid darkgray;
display: flex;
flex-flow: row nowrap;
margin: 5px;
}
.desk {
flex: 1;
width: 30px;
height: 30px;
border: solid 1px darkgray;
/*margin: 1px;*/
/*background-color: lightpink;*/
}
/*.desk:nth-child(2n) {*/
/*background-color: lightcyan;*/
/*}*/