File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ export default {
110110 .registration-footer {
111111 display : grid ;
112112 grid-template-rows : auto ;
113- grid-template-columns : 350px 290px ;
113+ grid-template-columns : 340px 290px ;
114+ grid-gap : 10px ;
114115 /* prettier-ignore */
115116 grid-template-areas :
116117 ' message button' ;
@@ -139,6 +140,7 @@ export default {
139140 margin-left : auto ;
140141 .registration-footer-close {
141142 display : inline-block ;
143+ box-shadow : none ;
142144 font-size : 14px ;
143145 width : 105px ;
144146 border : 1px solid ;
@@ -174,6 +176,7 @@ export default {
174176 .registration-footer {
175177 grid-template-rows : auto ;
176178 grid-template-columns : 100% ;
179+ width : calc (100% - 40px );
177180 /* prettier-ignore */
178181 grid-template-areas :
179182 ' logo '
You can’t perform that action at this time.
0 commit comments