File tree 3 files changed +47
-22
lines changed 3 files changed +47
-22
lines changed Original file line number Diff line number Diff line change @@ -949,6 +949,23 @@ footer .ui.language .menu {
949
949
# create-page-form form textarea {
950
950
width : 50% !important ;
951
951
}
952
+ .signin .oauth2 div {
953
+ display : inline-block;
954
+ }
955
+ .signin .oauth2 div p {
956
+ margin : 10px 5px 0 0 ;
957
+ float : left;
958
+ }
959
+ .signin .oauth2 a {
960
+ margin-right : 5px ;
961
+ }
962
+ .signin .oauth2 a : last-child {
963
+ margin-right : 0px ;
964
+ }
965
+ .signin .oauth2 img {
966
+ width : 32px ;
967
+ height : 32px ;
968
+ }
952
969
.user .activate form ,
953
970
.user .forgot .password form ,
954
971
.user .reset .password form ,
@@ -2742,6 +2759,10 @@ footer .ui.language .menu {
2742
2759
.user .notification .octicon .blue {
2743
2760
color : # 2185d0 ;
2744
2761
}
2762
+ .user .link-account : not (.icon ) {
2763
+ padding-top : 15px ;
2764
+ padding-bottom : 5px ;
2765
+ }
2745
2766
.dashboard {
2746
2767
padding-top : 15px ;
2747
2768
padding-bottom : 80px ;
@@ -2983,24 +3004,3 @@ footer .ui.language .menu {
2983
3004
.ui .user .list .item .description a : hover {
2984
3005
text-decoration : underline;
2985
3006
}
2986
- .user .link-account : not (.icon ) {
2987
- padding-top : 15px ;
2988
- padding-bottom : 5px ;
2989
- }
2990
- .signin .oauth2 div {
2991
- display : inline-block;
2992
- }
2993
- .signin .oauth2 div p {
2994
- margin : 10px 5px 0 0 ;
2995
- float : left;
2996
- }
2997
- .signin .oauth2 a {
2998
- margin-right : 5px ;
2999
- }
3000
- .signin .oauth2 a : last-child {
3001
- margin-right : 0px ;
3002
- }
3003
- .signin .oauth2 img {
3004
- width : 32px ;
3005
- height : 32px ;
3006
- }
Original file line number Diff line number Diff line change 46
46
}
47
47
}
48
48
49
+ .signin {
50
+ .oauth2 {
51
+ div {
52
+ display : inline-block ;
53
+ p {
54
+ margin : 10px 5px 0 0 ;
55
+ float : left ;
56
+ }
57
+ }
58
+ a {
59
+ margin-right : 5px ;
60
+ & :last-child {
61
+ margin-right : 0px ;
62
+ }
63
+ }
64
+ img {
65
+ width : 32px ;
66
+ height : 32px ;
67
+ }
68
+ }
69
+ }
49
70
.user.activate ,
50
71
.user.forgot.password ,
51
72
.user.reset.password ,
85
106
.header {
86
107
padding-left : 0 !important ;
87
108
text-align : center ;
88
- }
109
+ }
89
110
}
90
111
}
91
112
Original file line number Diff line number Diff line change 114
114
}
115
115
}
116
116
}
117
+ & .link-account :not (.icon ) {
118
+ padding-top : 15px ;
119
+ padding-bottom : 5px ;
120
+ }
117
121
}
You can’t perform that action at this time.
0 commit comments