-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (48 loc) · 902 Bytes
/
style.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
/*------ CSS trang chính ------*/
.main-company-background {
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.main-index-content {
border: 1px solid black;
border-radius: 5px;
font-size: larger;
font-weight: bold;
}
.login-form {
background-color: white;
border: 1px solid black;
opacity: 0.6;
}
.login-form div {
font-weight: bold;
color: black;
}
.login-title {
color: black;
}
body{
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
}
/*------ CSS nhân viên quản lý ------*/
.ql-card {
background-color: white;
border-width: 5px;
border-color: black;
color:black;
}
.ql-card-footer {
border-width: 2px;
background-color: black;
color:white;
}
/*------ CSS chung ------*/
body {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
}