From 1b8f455c3a36b703d27ebf6600d9553376756c3c Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 31 Dec 2022 18:12:51 +0100 Subject: [PATCH] style fixes --- assets/scss/_common.scss | 63 +++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss index 275e436..2d48b2e 100644 --- a/assets/scss/_common.scss +++ b/assets/scss/_common.scss @@ -40,7 +40,7 @@ a:focus { text-decoration: none; } -a{ +a { color: inherit; } @@ -60,18 +60,19 @@ a:hover { } a.text-primary:hover { - color: $primary-color!important; + color: $primary-color !important; } a.text-light:hover { - color: $primary-color!important; + color: $primary-color !important; } -h4{ +h4 { transition: .2s ease; } -a h4{ - &:hover{ + +a h4 { + &:hover { color: $primary-color; } } @@ -153,7 +154,7 @@ a h4{ color: $text-color-light !important; } -.text-lighten{ +.text-lighten { color: #d6d6e0 !important; } @@ -223,11 +224,11 @@ a h4{ } } -.vertical-align-middle{ +.vertical-align-middle { vertical-align: middle; } -.icon-md{ +.icon-md { font-size: 36px; } @@ -258,12 +259,14 @@ a h4{ /* /page title */ -.list-styled{ +.list-styled { padding-left: 25px; - li{ + + li { position: relative; margin-bottom: 15px; - &::before{ + + &::before { position: absolute; content: ""; height: 10px; @@ -276,7 +279,7 @@ a h4{ } } -textarea.form-control{ +textarea.form-control { height: 200px; padding: 20px; } @@ -289,6 +292,7 @@ textarea.form-control{ /* pagination */ .pagination { justify-content: center; + .page-item { margin: 0 10px; @@ -399,36 +403,41 @@ textarea.form-control{ } } -.person-thumb-sm{ +.person-thumb-sm { height: 85px; width: 85px; object-fit: cover; } summary { - font-weight: 900; - margin: -.5em -.5em 0; - padding: .5em; - font-size: 20px; - color: $secondary-color; + font-weight: 900; + margin: -.5em -.5em 0; + padding: .5em; + font-size: 20px; + color: $secondary-color; - &.hover { - color: $primary-color; - } + &.hover { + color: $primary-color; + } } details[open] { - padding: .5em; + padding: .5em; } details[open] summary { - border-bottom: 1px solid #aaa; - margin-bottom: .5em; + border-bottom: 1px solid #aaa; + margin-bottom: .5em; } @media only screen and (min-width: 768px) { -.termin-tc { - width: 25%; + .termin-tc { + width: 25%; + } } + +#wc-canvas { + width: 100%; + height: 600px; } \ No newline at end of file