Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .roundDescription {
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- justify-content: space-around;
- height: 44vh;
- width: 90%;
- margin: 0 auto;
- ion-icon {
- width: 8rem;
- height: 8rem;
- padding-top: 2rem;
- }
-
- .heading {
- color: #363636;
- font-weight: 300;
- font-size: 2.4rem;
- }
-
- .description {
- color: #868686;
- font-size: 1.4rem;
- line-height: 2.8rem;
-
- }
- }
-
- .quizDescription {
- height: 44vh;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- background-color: #151515;
- background-image: url("../../assets/icons/desktop-particles-2.svg");
- background-repeat: no-repeat;
- background-position: 25% 30%;
-
- .heading {
- color: #BCBCBC;
- font-weight: 300;
- letter-spacing: 0.024rem;
- font-size: 2.4rem;
- margin-left: 2rem;
- }
-
- .description {
- margin-left: 2rem;
- .textHolder {
- display: flex;
- margin-bottom: 2rem;
- .text {
- color: #E5E5E5;
- font-size: 1.4rem;
- font-weight: 600;
- margin-left: 2rem;
- }
- }
- }
-
- ion-button {
- --background: var(--primary-button-color);
- font-weight: 500;
- font-family: 'Poppins', sans-serif;
- width: 90%;
- margin: 0 auto;
- }
-
- .wish {
- color: #E5E5E5;
- font-size: 1.8rem;
- text-align: center;
- }
- }
|