| @@ -228,6 +228,10 @@ a h4 { | ||||
|   vertical-align: middle; | ||||
| } | ||||
|  | ||||
| .icon-s { | ||||
|   font-size: 28px; | ||||
| } | ||||
|  | ||||
| .icon-md { | ||||
|   font-size: 36px; | ||||
| } | ||||
| @@ -237,25 +241,7 @@ a h4 { | ||||
|   padding: 200px 0 80px; | ||||
| } | ||||
|  | ||||
| .custom-breadcrumb { | ||||
|   li { | ||||
|     &.nasted { | ||||
|       position: relative; | ||||
|       padding-left: 25px; | ||||
|  | ||||
|       &::before { | ||||
|         position: absolute; | ||||
|         font-family: $icon-font; | ||||
|         content: "\e649"; | ||||
|         font-size: 20px; | ||||
|         top: 50%; | ||||
|         left: -5px; | ||||
|         color: $white; | ||||
|         transform: translateY(-50%); | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| /* /page title */ | ||||
|  | ||||
| @@ -336,6 +322,7 @@ textarea.form-control { | ||||
|  | ||||
|   ol { | ||||
|     padding-left: 20px; | ||||
|     list-style-type: decimal; | ||||
|   } | ||||
|  | ||||
|   ul { | ||||
| @@ -349,8 +336,8 @@ textarea.form-control { | ||||
|  | ||||
|       &::before { | ||||
|         position: absolute; | ||||
|         content: "\f138"; | ||||
|         font-family: "FontAwesome"; | ||||
|         content: "\f0B2A"; | ||||
|         font-family: "Material Design Icons"; | ||||
|         font-size: 14px; | ||||
|         left: 0; | ||||
|         top: 1px; | ||||
|   | ||||
| @@ -14,4 +14,4 @@ $gray: #f8f8f8; | ||||
| // Font Variables | ||||
| $primary-font: 'Fira Sans', sans-serif; | ||||
| $secondary-font: 'Fira Sans', sans-serif; | ||||
| $icon-font: 'FontAwesome'; | ||||
| $icon-font: 'Material Design Icons'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user