page text css

master
Boris Voropaev 2023-08-29 11:58:05 +03:00
parent fe2cbaf79b
commit 5981c0ebf2
5 changed files with 49 additions and 22 deletions

View File

@ -6,7 +6,13 @@
display: flex;
flex-direction: column;
.block{
a {cursor: pointer;}
a{
cursor: pointer;
color: white;
:hover{
color: white;
}
}
display: flex;
div{
display: block;

View File

@ -1,21 +1,27 @@
h2 {
color: var(--grey-7);
font-size: 1.75rem;
line-height: 32px;
color: var(--dark-1);
font-family: PT Sans Narrow;
font-size: 50px;
font-style: normal;
font-weight: 700;
margin: 32px 0 16px;
line-height: 60px; /* 120% */
letter-spacing: 0.5px;
}
h3 {
color: var(--grey-7);
font-size: 1.5rem;
line-height: 30px;
font-weight: 400;
margin: 24px 0 16px;
color: var(--dark-1);
font-family: PT Sans Narrow;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 120% */
letter-spacing: 0.36px;
}
h4 {
color: var(--grey-7);
font-size: 1.25rem;
line-height: 24px;
font-weight: 200;
margin: 20px 0 16px;
color: var(--dark-1);
font-family: PT Sans Narrow;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 133.333% */
letter-spacing: 0.24px;
}

View File

@ -1 +1,15 @@
:host{
color: var(--dark-1);
font-family: PT Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;
a {
color: var(--blue-1);
&:hover{
color: var(--blue-3);
};
}
}

View File

@ -30,7 +30,7 @@ body {
height: 100%;
padding: 0;
margin: 0;
color: var(--blue-1);
color: var(--dark-1);
}
.limiter {
@ -48,9 +48,13 @@ h1 {
a {
text-decoration: none;
color: var(--blue-1);
&:hover{
color: var(--blue-3);
};
&.document {
display: inline-flex;
color: var(--grey-7);
&:before {
width: 20px;
height: 20px;

View File

@ -8,6 +8,7 @@
--blue-2: #005799;
--blue-3: #004077;
--blue-4: #A1CAE5;
--dark-1: #2D2D2D;
}
@ -19,10 +20,6 @@ li {
//list-style-image: url("~src/assets/images/icons/add_24dp.svg");
}
a {
color: var(--grey-4);
}
.btn {
font-weight: 500;
font-size: 0.875rem;