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ů.
|
- .assignmentCompleted {
-
- .description {
- .icon {
- margin-top: 4rem;
- display: flex;
- justify-content: center;
- ion-icon {
- width: 10rem;
- height: 10rem;
- }
- }
-
- .stepDescription {
- h4 {
- color: #363636;
- text-align: center;
- font-size: 2.4rem;
- font-weight: 300;
- letter-spacing: 0.024rem;
- margin-top: 3rem;
- }
- p {
- color: #868686;
- font-size: 1.4rem;
- text-align: center;
- width: 90%;
- margin: 0 auto;
- margin-top: 2rem;
- line-height: 1.8;
- }
- }
- }
-
- .buttonHolder {
- display: flex;
- justify-content: space-around;
- align-items: center;
-
- a{
- text-decoration: none;
-
- }
-
- ion-button {
- width: 18rem;
- height: 5rem;
- }
-
- .dashboard {
- ion-button {
- margin-top: 35vh;
- margin-bottom: 0;
- --background: transparent;
- --border-width: 0.1rem;
- --border-color: var(--primary-button-color);
- --border-style: solid;
- --color: var(--primary-button-color);
- }
- }
-
- .nextStep {
- ion-button {
- margin-top: 35vh;
- margin-bottom: 0;
- --background: var(--primary-button-color);
- }
- }
-
-
- }
- }
|