update
This commit is contained in:
@@ -263,12 +263,11 @@ h4,
|
||||
}
|
||||
|
||||
.page-sco {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
@@ -358,6 +357,7 @@ h4,
|
||||
.btn-begin {
|
||||
background: #dd3352;
|
||||
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.btn-begin:hover {
|
||||
@@ -726,4 +726,25 @@ h4,
|
||||
.bg-variacolor {
|
||||
background: #006eab;
|
||||
background: linear-gradient(to right, #006eab 12%, #d4384f 100%);
|
||||
}
|
||||
|
||||
.border-top-2 {
|
||||
border-top: 3px solid;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
ul > li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul.bul0 {
|
||||
list-style-type: none;
|
||||
list-style-image: url(../img/bul0.png);
|
||||
}
|
||||
|
||||
.btn-next-section {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user