generated from ahandsel/Kintone_Customization_Webpack
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.css
52 lines (46 loc) · 779 Bytes
/
index.css
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
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.App {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ResultList {
text-align: left;
width: 400px;
}
.Search {
margin-top: 10px;
position: relative;
display: flex;
}
.SearchBar {
border: 3px solid #00B4CC;
border-right: none;
padding: 5px;
height: 20px;
border-radius: 5px 0 0 5px;
outline: none;
width: 350px;
}
.SearchButton {
width: 40px;
height: 36px;
border: 1px solid #00B4CC;
background: #00B4CC;
color: #ffffff;
border-radius: 0 5px 5px 0;
cursor: default;
}
.TitleBold {
font-weight: 900;
}