-
Notifications
You must be signed in to change notification settings - Fork 2
/
other.css
122 lines (106 loc) · 1.96 KB
/
other.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
121
122
.side-bar-account {
padding: 0px;
border: solid 3px;
border-color: #134f5c;
border-left: none;
}
.btn-tab-account {
text-align: left;
padding: 10px 20px;
width: inherit;
font-size: 20px;
font-weight: bold;
border-bottom: solid 2px;
border-bottom-color: #134f5c;
border-left: none;
border-top: none;
border-right: none;
}
.tab-current {
color: white;
background-color: #073763;
}
.tab-not-current {
color: black;
background-color: white;
}
.label-title {
font-size: 40px;
padding: 15px 0px;
font-weight: bold;
color: #085394;
text-align: center;
border-bottom: solid 2px;
border-bottom-color: #134f5c;
}
.btn-add-item {
padding: 15px 40px;
color: white;
font-size: 20px;
background-color: #085394;
border-radius: 2em;
border: none;
}
.title-hang-muc {
color: black;
font-size: 40px;
font-weight: bold;
padding: 20px 0px;
}
.btn-tab-chi-thu {
margin: 20px 0px;
padding: 10px;
font-size: 20px;
font-weight: bold;
text-align: center;
border: solid 2px;
border-color: #073763;
width: inherit;
}
.search-view {
width: fit-content;
margin: 10px 0px 30px 0px;
font-size: 20px;
border-radius: 10px;
background-color: white;
padding: 10px 20px;
}
.search-input {
border: none;
margin-left: 10px;
}
.tab-chi-thu ul > li {
display: block;
width: inherit;
font-size: 25px;
background-color: white;
border: solid 1px;
border-color: black;
}
.row-thu-chi {
margin: 20px 25px;
}
.icon {
padding: 0px;
font-size: 30px;
text-align: center;
}
.dropdown-btn {
border: none;
background-color: white;
}
.dropdown-container {
display: none;
margin-top: 15px;
}
.dropdown-row {
padding: 10px 0px;
border: solid 1px;
border-left: none;
border-right: none;
border-bottom: none;
}
.center {
text-align: center;
align-self: center;
}