style fixes
This commit is contained in:
		| @@ -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,7 +403,7 @@ textarea.form-control{ | |||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
| .person-thumb-sm{ | .person-thumb-sm { | ||||||
|   height: 85px; |   height: 85px; | ||||||
|   width: 85px; |   width: 85px; | ||||||
|   object-fit: cover; |   object-fit: cover; | ||||||
| @@ -428,7 +432,12 @@ details[open] summary { | |||||||
| } | } | ||||||
|  |  | ||||||
| @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; | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user