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