File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 29
29
.account__social-stack > * {
30
30
margin-right : #{15 / $base-font-size } rem;
31
31
}
32
-
33
- // @media screen and (max-width: 767px) {
34
- // .social_button_github,
35
- // .social_button_google {
36
- // display: block;
37
- // width: 100%;
38
- // margin-bottom: 10px;
39
- // }
40
- // }
41
-
42
- // @media screen and (min-width: 10%) {
43
- // .social_button_github,
44
- // .social_button_google {
45
- // display: inline-block;
46
- // width: auto;
47
- // margin-bottom: 0;
48
- // }
49
- // }
50
-
Original file line number Diff line number Diff line change 52
52
53
53
.form__input {
54
54
width : 100% ;
55
- min-width : 10% ;
56
55
height : #{40 / $base-font-size } rem;
57
56
font-size : #{16 / $base-font-size } rem;
58
57
@include themify () {
Original file line number Diff line number Diff line change 19
19
display : flex ;
20
20
flex-direction : row ;
21
21
justify-content : flex-end ;
22
- min-width : 10% ;
23
22
height : 100% ;
24
23
align-items : center ;
25
24
}
You can’t perform that action at this time.
0 commit comments