style fixes
This commit is contained in:
parent
571d8da270
commit
5e7f0a5cae
@ -70,6 +70,7 @@ a.text-light:hover {
|
||||
h4 {
|
||||
transition: .2s ease;
|
||||
}
|
||||
|
||||
a h4 {
|
||||
&:hover {
|
||||
color: $primary-color;
|
||||
@ -260,9 +261,11 @@ a h4{
|
||||
|
||||
.list-styled {
|
||||
padding-left: 25px;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
margin-bottom: 15px;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
@ -289,6 +292,7 @@ textarea.form-control{
|
||||
/* pagination */
|
||||
.pagination {
|
||||
justify-content: center;
|
||||
|
||||
.page-item {
|
||||
margin: 0 10px;
|
||||
|
||||
@ -432,3 +436,8 @@ details[open] summary {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
#wc-canvas {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user