Fixed avatar change page on mobile.
This commit is contained in:
parent
9dcad36eaa
commit
94ffbf0e9f
2 changed files with 7 additions and 1 deletions
|
@ -1,11 +1,15 @@
|
||||||
.settings__avatar {
|
.settings__avatar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 202px;
|
||||||
|
|
||||||
|
@media (max-width: @mio-settings-images-mobile) {
|
||||||
|
margin-bottom: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
width: 202px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__input {
|
&__input {
|
||||||
|
@ -41,6 +45,7 @@
|
||||||
background-color: #9475b2;
|
background-color: #9475b2;
|
||||||
color: #306;
|
color: #306;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
&:not(&--disabled) {
|
&:not(&--disabled) {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
@media (max-width: @mio-settings-images-mobile) {
|
@media (max-width: @mio-settings-images-mobile) {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&__sections {
|
&__sections {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue