mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
18 lines
180 B
Plaintext
18 lines
180 B
Plaintext
|
/*
|
||
|
|
||
|
SETTINGS POPUP - MOBILE
|
||
|
|
||
|
*/
|
||
|
#contentOverlay {
|
||
|
z-index: 200;
|
||
|
|
||
|
#settings {
|
||
|
width: 87%;
|
||
|
height: 82%;
|
||
|
margin: 6% 4%;
|
||
|
|
||
|
> .right {
|
||
|
width: 14%;
|
||
|
}
|
||
|
}
|
||
|
}
|