File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 33 color : getThemifyVariable (' primary-text-color' );
44 background-color : getThemifyVariable (' background-color' );
55 }
6- height : 100% ;
6+ min- height : 100% ;
77}
88
99.account-settings {
2929.account__social-stack > * {
3030 margin-right : #{15 / $base-font-size } rem;
3131}
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 5252
5353.form__input {
5454 width : 100% ;
55- min-width : #{ 360 / $base-font-size } rem ;
55+ min-width : 10 % ;
5656 height : #{40 / $base-font-size } rem;
5757 font-size : #{16 / $base-font-size } rem;
5858 @include themify () {
Original file line number Diff line number Diff line change 1919 display : flex ;
2020 flex-direction : row ;
2121 justify-content : flex-end ;
22+ min-width : 10% ;
2223 height : 100% ;
2324 align-items : center ;
2425}
You can’t perform that action at this time.
0 commit comments