@@ -58,97 +58,14 @@ Common Styles
5858 cursor : pointer ;
5959 border : 1px solid transparent ;
6060 transition : all 0.2s ease-in-out ;
61- -webkit-transform : translateY (0px );
62- -moz-transform : translateY (0px );
63- -ms-transform : translateY (0px );
64- -o-transform : translateY (0px );
6561 transform : translateY (0px );
66- -webkit-transition : all 0.3s ease-in-out !important ;
67- -moz-transition : all 0.3s ease-in-out !important ;
68- -ms-transition : all 0.3s ease-in-out !important ;
69- -o-transition : all 0.3s ease-in-out !important ;
7062 transition : all 0.3s ease-in-out !important ;
7163
7264 @include tablet {
7365 padding : 15px 37px
7466 }
7567}
7668
77- .btn :focus {
78- box-shadow : none !important
79- }
80-
81-
82- .btn-main {
83- border-color : $secondary-color ;
84- color : $light ;
85- background : $secondary-color ;
86-
87- & :hover {
88- background : $primary-color ;
89- color : $light ;
90- border-color : $primary-color ;
91- }
92- }
93-
94-
95- .btn-main-2 {
96- background : $primary-color ;
97- color : $light ;
98- border-color : $primary-color ;
99-
100- & :hover {
101- background : $secondary-color ;
102- color : $light ;
103- border-color : $secondary-color ;
104- }
105- }
106-
107-
108- .btn-white {
109- background : $light !important ;
110- color : $primary-color ;
111- border-color : $light ;
112- }
113-
114-
115- .btn-border-tp {
116- border-color : $secondary-color ;
117- background : transparent ;
118- color : $secondary-color ;
119-
120- & :hover {
121- background : $secondary-color ;
122- color : $light !important ;
123- }
124- }
125-
126-
127- .btn-small {
128- padding : 12px 22px ;
129- font-size : 13px ;
130- }
131-
132- /* ------------------------
133- BACKGROUND
134- ----------------------------*/
135-
136- a {
137- color : $black ;
138- -webkit-transition : all 0.3s ease-in-out ;
139- -moz-transition : all 0.3s ease-in-out ;
140- -ms-transition : all 0.3s ease-in-out ;
141- -o-transition : all 0.3s ease-in-out ;
142- transition : all 0.3s ease-in-out ;
143- }
144-
145- a :hover ,
146- a :focus {
147- outline : none ;
148- text-decoration : none ;
149- color : $primary-color ;
150- }
151-
15269.border-top {
15370 border-top : 1px solid rgba (0 , 0 , 0 , 0.08 ) !important ;
15471}
@@ -157,12 +74,6 @@ a:focus {
15774 border-bottom : 1px solid rgba (0 , 0 , 0 , 0.08 ) !important ;
15875}
15976
160-
161- .text-color-2 {
162- color : $secondary-color ;
163- }
164-
165-
16677.text-lg {
16778 font-size : 40px ;
16879 line-height : 1.4 ;
@@ -182,7 +93,10 @@ a:focus {
18293 color : $primary-color ;
18394}
18495
185-
96+ .icon {
97+ display : inline ;
98+ width : 20px ;
99+ }
186100
187101@include mobile-xs {
188102 .display-4 {
0 commit comments