Revize 04d1fe70
Přidáno uživatelem Marek Lovčí před téměř 5 roky(ů)
resources/sass/_custom.scss | ||
---|---|---|
280 | 280 |
// center fixed div |
281 | 281 |
left: 50%; |
282 | 282 |
transform: translateX(-50%); |
283 |
width: 70%;
|
|
283 |
width: 350px;
|
|
284 | 284 |
|
285 | 285 |
.text { |
286 | 286 |
margin-left: 0.5rem; |
... | ... | |
1304 | 1304 |
left: -0.56rem; |
1305 | 1305 |
} |
1306 | 1306 |
|
1307 |
.pin-left { |
|
1308 |
// center fixed div |
|
1309 |
left: 75%; |
|
1310 |
transform: translateX(-50%); |
|
1311 |
width: 70%; |
|
1312 |
} |
|
1313 |
|
|
1314 | 1307 |
.text { |
1315 | 1308 |
text-align: left; |
1316 | 1309 |
font-size: 18pt; |
Také k dispozici: Unified diff
Pin-left fixed width (registration plus login)