forked from UKSOURCE/hailearning.edu.vn
build ui header, footer, home page, about page
This commit is contained in:
@@ -3442,7 +3442,7 @@ span {
|
||||
background-color: var(--theme);
|
||||
left: 0;
|
||||
right: initial;
|
||||
width: 337px;
|
||||
width: 300px;
|
||||
z-index: -1;
|
||||
}
|
||||
.header-top-section .container-fluid {
|
||||
@@ -3473,16 +3473,24 @@ span {
|
||||
.header-top-wrapper .header-left .list {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 60px;
|
||||
gap: 30px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.header-top-wrapper .header-left .list li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.header-top-wrapper .header-left .list li a {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
text-decoration: none;
|
||||
}
|
||||
.header-top-wrapper .header-left .list li i {
|
||||
margin-right: 12px;
|
||||
margin-right: 8px;
|
||||
color: var(--theme);
|
||||
}
|
||||
.header-top-wrapper .header-left .list li.style-2 {
|
||||
@@ -3495,7 +3503,8 @@ span {
|
||||
font-size: 18px;
|
||||
color: var(--white);
|
||||
display: inline-block;
|
||||
margin-right: 12px;
|
||||
margin-right: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.header-top-wrapper .header-right {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user