25
25
}
26
26
27
27
form {
28
- margin : .625rem auto ;
29
- padding : 0 0 .625rem 1.25rem ;
30
-
31
28
input ,
32
29
select ,
33
30
textarea {
34
- border :1px solid #BEBEBE ;
31
+ border :1px solid #gray - 5 ;
35
32
box-sizing : border-box ;
36
33
-webkit-box-sizing : border-box ;
37
34
-moz-box-sizing : border-box ;
38
35
padding : .438rem ;
39
- margin :0 px ;
40
- -moz-transition : all 0 .30s ease-in-out ;
41
- -ms-transition : all 0 .30s ease-in-out ;
42
- -o-transition : all 0 .30s ease-in-out ;
36
+ margin : 0 ;
37
+ -moz-transition : all .30s ease-in-out ;
38
+ -ms-transition : all .30s ease-in-out ;
39
+ -o-transition : all .30s ease-in-out ;
43
40
outline : none ;
44
- -webkit-transition : all 0 .30s ease-in-out ;
41
+ -webkit-transition : all .30s ease-in-out ;
45
42
}
46
43
47
44
input :focus ,
48
45
select :focus ,
49
46
textarea :focus {
50
- border : 1px solid #88D5E9 ;
51
- box-shadow : 0 0 .5rem #88D5E9 ;
52
- -moz-box-shadow : 0 0 .5rem #88D5E9 ;
53
- -webkit-box-shadow : 0 0 .5rem #88D5E9 ;
47
+ border : 1px solid $focus ;
48
+ box-shadow : 0 0 .5rem $focus ;
49
+ -moz-box-shadow : 0 0 .5rem $focus ;
50
+ -webkit-box-shadow : 0 0 .5rem $focus ;
54
51
}
55
52
56
53
fieldset {
@@ -72,15 +69,15 @@ form {
72
69
}
73
70
74
71
label {
75
- color : $gray-6 ;
72
+ color : $gray-7 ;
76
73
}
77
74
78
75
.input-block {
79
76
border : 1px solid $gray-4 ;
80
77
border-radius : .1875rem ;
81
78
box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , .085 );
82
79
box-sizing : border-box ;
83
- color : $gray-6 ;
80
+ color : $gray-7 ;
84
81
display : block ;
85
82
font-size : .875rem ;
86
83
padding : .425rem .55rem ;
89
86
90
87
legend {
91
88
font-size : .938rem ;
92
- color : $gray-6 ;
89
+ color : $gray-7 ;
93
90
padding : 0 $gutter-1 / 4 ;
94
91
}
95
92
}
@@ -108,6 +105,14 @@ fieldset .error {
108
105
padding-top : 1.25rem ;
109
106
}
110
107
108
+ .analysis-container {
109
+ form {
110
+ margin : .625rem auto ;
111
+ padding : 0 0 .625rem 1.25rem ;
112
+
113
+ }
114
+ }
115
+
111
116
.login-form {
112
117
margin : 0 auto ;
113
118
width : 24rem ;
@@ -145,7 +150,7 @@ fieldset .error {
145
150
}
146
151
147
152
.register-form {
148
- color : $gray-6 ;
153
+ color : $gray-7 ;
149
154
margin : 0 auto ;
150
155
width : 28rem ;
151
156
@@ -155,7 +160,7 @@ fieldset .error {
155
160
}
156
161
157
162
label {
158
- color : $gray-6 ;
163
+ color : $gray-7 ;
159
164
display : block ;
160
165
font-weight : 600 ;
161
166
margin : 0 0 .4rem ;
0 commit comments