mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Wygląd karty SRJP (cz.1)
This commit is contained in:
@@ -67,11 +67,20 @@ export default defineComponent({
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
||||
z-index: 100;
|
||||
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
padding: 0.5em;
|
||||
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
|
||||
@include smallScreen {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
z-index: 100;
|
||||
|
||||
border: 1px solid white;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user