Cosmetics
parent
a8b20d274b
commit
6997d2c0f6
|
@ -20,6 +20,11 @@
|
||||||
|
|
||||||
&.introduction-dark {
|
&.introduction-dark {
|
||||||
background-image: url('./assets/images/home/intro-bg-d.jpg');
|
background-image: url('./assets/images/home/intro-bg-d.jpg');
|
||||||
|
color: var(--text-color);
|
||||||
|
|
||||||
|
.introduction-promo {
|
||||||
|
background-image: linear-gradient(90deg, #445C72 0%, transparent 100%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.introduction-promo {
|
.introduction-promo {
|
||||||
|
@ -28,7 +33,7 @@
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 10px 50px 10px 175px;
|
padding: 10px 50px 10px 175px;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
background-image: linear-gradient(90deg, #445C72 0%, #DBDCDE 100%);
|
background-image: linear-gradient(90deg, #445C72 0%, transparent 100%);
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|
Loading…
Reference in New Issue