Corrected the size of buttons on mobile devices.
This commit is contained in:
parent
f29c63e25b
commit
f6fc8d13f7
@ -474,8 +474,17 @@ body {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
btn {
|
||||
.btn {
|
||||
@media @mobile-portrait-with-keyboard, @mobile-portrait {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
i {
|
||||
font-size: 30px;
|
||||
@media @desktop-portrait, @landscape {
|
||||
font-size: 30px;
|
||||
}
|
||||
@media @mobile-portrait-with-keyboard, @mobile-portrait {
|
||||
font-size: 80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -172,10 +172,19 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
&, &:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
i {
|
||||
color: black;
|
||||
}
|
||||
@media @desktop-portrait, @landscape {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
@media @mobile-portrait-with-keyboard, @mobile-portrait {
|
||||
height: 100px;
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user