style fixes

This commit is contained in:
Denys Konovalov 2022-12-31 18:12:51 +01:00
parent 88578f7af7
commit c5bb44f38d

@ -40,7 +40,7 @@ a:focus {
text-decoration: none; text-decoration: none;
} }
a{ a {
color: inherit; color: inherit;
} }
@ -60,18 +60,19 @@ a:hover {
} }
a.text-primary:hover { a.text-primary:hover {
color: $primary-color!important; color: $primary-color !important;
} }
a.text-light:hover { a.text-light:hover {
color: $primary-color!important; color: $primary-color !important;
} }
h4{ h4 {
transition: .2s ease; transition: .2s ease;
} }
a h4{
&:hover{ a h4 {
&:hover {
color: $primary-color; color: $primary-color;
} }
} }
@ -153,7 +154,7 @@ a h4{
color: $text-color-light !important; color: $text-color-light !important;
} }
.text-lighten{ .text-lighten {
color: #d6d6e0 !important; color: #d6d6e0 !important;
} }
@ -223,11 +224,11 @@ a h4{
} }
} }
.vertical-align-middle{ .vertical-align-middle {
vertical-align: middle; vertical-align: middle;
} }
.icon-md{ .icon-md {
font-size: 36px; font-size: 36px;
} }
@ -258,12 +259,14 @@ a h4{
/* /page title */ /* /page title */
.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: "";
height: 10px; height: 10px;
@ -276,7 +279,7 @@ a h4{
} }
} }
textarea.form-control{ textarea.form-control {
height: 200px; height: 200px;
padding: 20px; padding: 20px;
} }
@ -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;
@ -399,36 +403,41 @@ textarea.form-control{
} }
} }
.person-thumb-sm{ .person-thumb-sm {
height: 85px; height: 85px;
width: 85px; width: 85px;
object-fit: cover; object-fit: cover;
} }
summary { summary {
font-weight: 900; font-weight: 900;
margin: -.5em -.5em 0; margin: -.5em -.5em 0;
padding: .5em; padding: .5em;
font-size: 20px; font-size: 20px;
color: $secondary-color; color: $secondary-color;
&.hover { &.hover {
color: $primary-color; color: $primary-color;
} }
} }
details[open] { details[open] {
padding: .5em; padding: .5em;
} }
details[open] summary { details[open] summary {
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
margin-bottom: .5em; margin-bottom: .5em;
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
.termin-tc { .termin-tc {
width: 25%; width: 25%;
}
} }
#wc-canvas {
width: 100%;
height: 600px;
} }