news component
parent
11af943e69
commit
de87069ca4
|
|
@ -22,7 +22,6 @@
|
|||
}
|
||||
|
||||
.information {
|
||||
width: 720px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 16px;
|
||||
|
|
@ -44,13 +43,21 @@
|
|||
}
|
||||
|
||||
.description {
|
||||
font-family: PT Sans;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
line-height: 24px;
|
||||
color: var(--grey-7);
|
||||
|
||||
a {
|
||||
color: #86898E;
|
||||
line-height: 32px; /* 160% */
|
||||
color: var(--dark-1);
|
||||
a::after{
|
||||
vertical-align: -4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 24px;
|
||||
display: inline-block;
|
||||
content: "";
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url('~src/assets/images/icons/chevron_right_24dp.svg') no-repeat center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 32 KiB |
|
|
@ -6,7 +6,7 @@ export const environment = {
|
|||
production: false,
|
||||
apiUrl: 'http://api.vniigazv2.lc',
|
||||
clientId: 2,
|
||||
clientSecret: 'ibcsrXeGLmzmilvgKw53otrIB8RdrhXsheW3aaWd',
|
||||
clientSecret: 'OkxrpZ2eUiDMkby5b724IpNVyggEGcAFKtoCx2OQ',
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue