File tree 3 files changed +52
-0
lines changed
3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { BrowserModule } from '@angular/platform-browser';
2
2
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
3
3
import { NgModule } from '@angular/core' ;
4
4
import { HttpClientModule } from '@angular/common/http' ;
5
+ import { TextareaAutosizeModule } from 'ngx-textarea-autosize' ;
5
6
import { EmailValidator , FormsModule } from '@angular/forms' ;
6
7
import { FroalaEditorModule , FroalaViewModule } from 'angular-froala-wysiwyg' ;
7
8
import { TextareaAutosizeModule } from 'ngx-textarea-autosize' ;
Original file line number Diff line number Diff line change 222
222
}
223
223
224
224
225
+ /* media queries for rocket container */
226
+ @media only screen and (max-width : $screen-sm-md ) {
227
+
228
+ .input-group {
229
+ width : 100% !important ;
230
+ }
231
+
232
+ .input-group input {
233
+ width : 100% !important ;
234
+ }
235
+
236
+ .input-group textarea {
237
+ width : 100% !important ;
238
+ }
239
+ }
240
+
241
+
225
242
/* active state */
226
243
227
244
.input-field :focus ~.input-bar :before ,
Original file line number Diff line number Diff line change @@ -974,6 +974,40 @@ code {
974
974
}
975
975
}
976
976
977
+ .btn-waves-effect {
978
+ position : relative ;
979
+ cursor : pointer ;
980
+ display : inline-block ;
981
+ overflow : hidden ;
982
+ user-select : none ;
983
+ -webkit-tap-highlight-color : transparent ;
984
+ vertical-align : middle ;
985
+ z-index : 1 ;
986
+ will-change : opacity , transform ;
987
+ transition : .3s ease-out ;
988
+ }
989
+
990
+ .grad-btn {
991
+ border-radius : 2px ;
992
+ }
993
+
994
+ .grad-btn-dark {
995
+ background : #3c3e49 ;
996
+ font-weight : 400 ;
997
+ color : #fff ;
998
+ box-shadow : 0 4px 8px $gray-dark ;
999
+ }
1000
+
1001
+ .ev-btn-dark {
1002
+ padding : 13px 33px 13px 33px ;
1003
+ border : none ;
1004
+ background : #252833 ;
1005
+ }
1006
+
1007
+ .ev-btn-dark :hover {
1008
+ background : #3c3e49 ;
1009
+ }
1010
+
977
1011
.btn-fill {
978
1012
padding : 10px 30px 10px 30px ;
979
1013
border : 1.5px solid white ;
You can’t perform that action at this time.
0 commit comments