Revize 9f045397
Přidáno uživatelem plundrichov před více než 4 roky(ů)
client/src/App.css | ||
---|---|---|
13 | 13 |
flex-direction: row; |
14 | 14 |
} |
15 | 15 | |
16 |
/* --------------APP------------------*/ |
|
17 | ||
18 |
.permissionText { |
|
19 |
text-align: center; |
|
20 |
justify-content: center; |
|
21 |
left: 50%; |
|
22 |
top: 50%; |
|
23 |
transform: translate(-50%, -50%); |
|
24 |
position: absolute; |
|
25 |
font-size: 24px; |
|
26 |
font-weight: bold; |
|
27 |
color: rgb(255, 255, 255); |
|
28 |
width: 400px; |
|
29 |
height: 400px; |
|
30 |
border-radius: 50%; |
|
31 |
background-color: rgba(236, 236, 236, 0.192); |
|
32 |
padding: 20px; |
|
33 |
} |
|
34 | ||
16 | 35 |
/* ------------- Navbar --------------- */ |
17 | 36 | |
18 | 37 |
.top-nav { |
... | ... | |
260 | 279 |
} |
261 | 280 |
.login-container h1 { |
262 | 281 |
color: white; |
263 |
font-size: 110px;
|
|
282 |
font-size: 90px;
|
|
264 | 283 |
} |
265 | 284 |
/* ------------- SETTING -------------------*/ |
266 | 285 |
Také k dispozici: Unified diff
re #58 Refactoring, every fetch moved to api.js