File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 padding : $ux-spacing-20 $ux-spacing-40 ;
1717 text-decoration : none ;
1818 white-space : nowrap ;
19-
19+
2020 & :hover {
2121 background-color : $bg-color-hover ;
2222 }
2626 display : grid ;
2727 grid-template-columns : 2rem auto auto 2rem ;
2828 grid-template-rows : auto auto ;
29- grid-template-areas :
29+ grid-template-areas :
3030 ' icon content content close'
3131 ' icon action action close'
3232 ;
33-
33+
3434 @media (min-width : 450px ) {
35- grid-template-areas :
35+ grid-template-areas :
3636 ' icon content action close'
3737 ' icon content action close'
3838 ;
5858 display : flex ;
5959 align-items : center ;
6060 justify-content : flex-start ;
61-
61+
6262 @media (min-width : 450px ) {
63- justify-content : center ;
63+ justify-content : flex-end ;
6464 }
6565 }
6666
You can’t perform that action at this time.
0 commit comments