Revize 5bedee9e
Přidáno uživatelem plundrichov před více než 4 roky(ů)
client/src/App.css | ||
---|---|---|
52 | 52 |
object-fit: cover; |
53 | 53 |
} |
54 | 54 |
|
55 |
.top-nav h3 {
|
|
55 |
.top-nav h1 {
|
|
56 | 56 |
margin-left: 85px; |
57 | 57 |
} |
58 | 58 |
|
... | ... | |
294 | 294 |
.login-container:hover { |
295 | 295 |
background-color: #ffffff25; |
296 | 296 |
} |
297 |
.login-container h1 {
|
|
297 |
.login-container p {
|
|
298 | 298 |
color: white; |
299 | 299 |
font-size: 90px; |
300 | 300 |
} |
... | ... | |
383 | 383 |
|
384 | 384 |
/* -------------------LogOut------------------- */ |
385 | 385 |
|
386 |
.logout h1 {
|
|
386 |
.logout p {
|
|
387 | 387 |
font-size: 48px; |
388 | 388 |
text-align: center; |
389 | 389 |
padding: 40px; |
390 |
} |
|
391 |
.logout h4 { |
|
392 |
font-size: 18px; |
|
393 |
text-align: center; |
|
394 |
color: #ffffffc4; |
|
390 |
color: #ffffff; |
|
395 | 391 |
transition: all 0.2s; |
396 | 392 |
} |
397 | 393 |
|
398 |
|
|
399 | 394 |
/* ------------ responsive --------- */ |
400 | 395 |
|
401 | 396 |
@media only screen and (max-width: 990px) { |
... | ... | |
585 | 580 |
margin: 2px 0px 2px 5px; |
586 | 581 |
} |
587 | 582 |
|
588 |
/* .side-board { |
|
589 |
box-shadow: 1px 0px 15px rgb(161, 161, 161); |
|
590 |
} */ |
|
583 |
.calendarInputs { |
|
584 |
display: flex; |
|
585 |
flex-direction: column; |
|
586 |
} |
|
587 |
.input-time { |
|
588 |
margin: 0; |
|
589 |
} |
|
590 |
.main-content .btn { |
|
591 |
margin-left: 0px; |
|
592 |
} |
|
593 |
.calendar-form h2 { |
|
594 |
font-size: 15px; |
|
595 |
} |
|
596 |
.calendar-form h4 { |
|
597 |
font-size: 13px; |
|
598 |
} |
|
599 |
|
|
591 | 600 |
} |
592 | 601 |
|
593 | 602 |
@media only screen and (max-width: 320px) { |
... | ... | |
661 | 670 |
} |
662 | 671 |
|
663 | 672 |
.date-input { |
664 |
width: 135px;
|
|
673 |
width: 130px;
|
|
665 | 674 |
} |
666 | 675 |
.offs-request table { |
667 | 676 |
font-size: 10px; |
... | ... | |
675 | 684 |
font-size: 11px; |
676 | 685 |
margin: 5px 0px 2px 5px; |
677 | 686 |
} |
687 |
.calendar-form h2 { |
|
688 |
font-size: 14px; |
|
689 |
} |
|
690 |
.calendar-form h4 { |
|
691 |
font-size: 12px; |
|
692 |
} |
|
678 | 693 |
} |
679 |
|
|
680 |
/* .todoDiv { |
|
681 |
padding-left: 200px; |
|
682 |
} */ |
|
683 |
|
Také k dispozici: Unified diff
re #58 Rewrited client app to React #58 // yoso internal app // in progress #60 // fixed