style fixes
This commit is contained in:
		| @@ -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,7 +403,7 @@ textarea.form-control{ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .person-thumb-sm{ | ||||
| .person-thumb-sm { | ||||
|   height: 85px; | ||||
|   width: 85px; | ||||
|   object-fit: cover; | ||||
| @@ -428,7 +432,12 @@ details[open] summary { | ||||
| } | ||||
|  | ||||
| @media only screen and (min-width: 768px) { | ||||
| .termin-tc { | ||||
|   .termin-tc { | ||||
|     width: 25%; | ||||
|   } | ||||
| } | ||||
|  | ||||
| #wc-canvas { | ||||
|   width: 100%; | ||||
|   height: 600px; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user