Optimized the ConfigurationArea styles.sass for mobile devices
This commit is contained in:
parent
dbf1a405c0
commit
f3df20f123
@ -3,6 +3,7 @@
|
|||||||
.package-area
|
.package-area
|
||||||
background-color: $black
|
background-color: $black
|
||||||
border: 2px solid $dark-gray
|
border: 2px solid $dark-gray
|
||||||
|
box-sizing: border-box
|
||||||
border-radius: 1rem
|
border-radius: 1rem
|
||||||
width: 20rem
|
width: 20rem
|
||||||
padding: 1rem 1rem
|
padding: 1rem 1rem
|
||||||
@ -29,4 +30,9 @@
|
|||||||
.align-right
|
.align-right
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: flex-end
|
justify-content: flex-end
|
||||||
height: 2.6rem
|
height: 2.6rem
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px)
|
||||||
|
.package-area
|
||||||
|
width: 100%
|
||||||
|
margin-bottom: 1rem
|
Reference in New Issue
Block a user