-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.css
120 lines (97 loc) · 1.86 KB
/
Settings.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.section-container{
display: flex;
flex-direction: column;
width: 60%;
justify-content: center;
font: bold;
color: grey;
font-size: 20px;
}
.section-header{
display: flex;
flex-direction: column;
width: 100%;
color: black;
justify-content: center;
}
.section-header2{
display: flex;
flex-direction: column;
width: 100%;
color: black;
font-size: 14px;
justify-content: center;
margin-bottom: 20px;
/* border-bottom: 1px solid grey; */
}
.profile-container{
display: flex;
flex-direction: column;
/* width: 50%; */
justify-content: center;
}
.profile-form{
width: 100%;
}
.profile-data{
width: 100%;
}
.form-box{
width: 70%;
/* background-color: blue; */
}
.title{
color: grey;
font-size: 20px;
font-weight: bold;
}
.input{
width: 100%;
padding-bottom: 20px;
}
.input-box{
padding-bottom: 20px;
}
.profile-container .profile-form{
display: flex;
flex-direction: row;
}
.profile-container .profile-form .profile-data{
flex: 1.5;
}
.profile-container .profile-button-container{
display: flex;
justify-content: flex-end;
}
.intermediary-text{
padding-bottom: 10px;
}
.item{
padding-bottom: 20px;
/* display: flex;
justify-content: space-between;
align-items: center; */
/* margin-bottom: 10px; */
}
.bin{
/* margin-top: 2.5px; */
}
.select-box{
/* background-color: blue; */
display: flex;
flex-direction: row;
justify-content: space-between;
}
.table-container-intermediary{
/* background-color: blue; */
/* border-top: 1px solid black; */
padding-top: 10px;
border-top: 1px solid grey;
display: flex;
flex-direction: column;
}
.table-container-intermediary .btn-container{
/* background-color: green; */
display: flex;
justify-content: flex-end;
}