File tree Expand file tree Collapse file tree 1 file changed +12
-31
lines changed Expand file tree Collapse file tree 1 file changed +12
-31
lines changed Original file line number Diff line number Diff line change 1
- .App {
2
- text-align : center;
1
+ .form-control {
2
+ width : 50% ;
3
+ border : 1px solid # ccc ;
4
+ padding : 10px ;
3
5
}
4
6
5
- .App-logo {
6
- height : 40vmin ;
7
- pointer-events : none;
7
+ .control-error {
8
+ border : 1px solid red;
8
9
}
9
10
10
- @media (prefers-reduced-motion : no-preference) {
11
- .App-logo {
12
- animation : App-logo-spin infinite 20s linear;
13
- }
11
+ label {
12
+ margin-right : 5px ;
14
13
}
15
14
16
- .App-header {
17
- background-color : # 282c34 ;
18
- min-height : 100vh ;
19
- display : flex;
20
- flex-direction : column;
21
- align-items : center;
22
- justify-content : center;
23
- font-size : calc (10px + 2vmin );
24
- color : white;
25
- }
26
-
27
- .App-link {
28
- color : # 61dafb ;
29
- }
30
-
31
- @keyframes App-logo-spin {
32
- from {
33
- transform : rotate (0deg );
34
- }
35
- to {
36
- transform : rotate (360deg );
37
- }
15
+ .btn-submit {
16
+ margin : 20px 45px ;
17
+ padding : 8px 14px ;
18
+ font-size : 16px ;
38
19
}
You can’t perform that action at this time.
0 commit comments