Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- .closingDocs {
-
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- height: 88vh;
-
- .closingDocsImg {
- width: 12rem;
- height: 12rem;
- }
-
- .docsHeader {
- color: #363636;
- font-size: 2.4rem;
- font-weight: 300;
- text-align: center;
- }
-
- .docsSubHeader {
- color: #868686;
- font-size: 1.6rem;
- font-weight: 600;
- }
-
- .uploadDocsHolder {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- height: 30vh;
- width: 95%;
-
- .docs {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 95%;
- margin: 0 auto;
-
- .docsName {
- font-size: 1.2rem;
- }
-
- .iconBorder {
- border: 0.1rem solid var(--primary-button-color);
- border-radius: 50%;
- width: 3rem;
- height: 3rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
-
- .closingDocsButton {
- width: 95%;
- margin: 0 auto;
- text-decoration: none;
-
- ion-button {
- width: 100%;
- --background: #DDDDDD;
- }
- }
-
- .active {
- ion-button {
- --background: var(--primary-button-color);
- }
- }
- }
|