description.scss
1.09 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
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&family=Roboto:wght@500&display=swap');
.ant-descriptions-bordered .ant-descriptions-item-label {
background-color: #47749e;
color: white;
}
.ant-descriptions-item {
display: inline-flex;
margin-right: 10px;
}
.ant-descriptions-row {
font-family: 'Noto Sans KR', sans-serif;
.ant-descriptions-item-content {
min-width: 150px;
font-size: 13px;
background: white;
}
}
.ant-descriptions-item > span {
align-self: center;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
padding: 10px 10px;
}
.description-box .ant-descriptions-item {
display: table-cell;
}
.drone-detail {
.ant-descriptions-view {
max-height: calc(100vh - 120px);
overflow: auto;
}
.ant-descriptions-item-label.ant-descriptions-item-colon {
font-size: 16px;
}
}
.ant-page-header-content {
.search-box .ant-descriptions-row .ant-descriptions-item-content {
min-width: 0;
}
.search-box .ant-descriptions-row {
font-family: none;
}
}