change(ui) - no content css changes
This commit is contained in:
parent
69c3be12d3
commit
40e9b376dc
1 changed files with 7 additions and 6 deletions
|
|
@ -7,10 +7,10 @@
|
|||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
color: $gray-medium;
|
||||
font-weight: 300;
|
||||
color: $gray-dark;
|
||||
/* font-weight: 500; */
|
||||
transition: all 0.2s;
|
||||
padding-top: 40px;
|
||||
padding: 40px;
|
||||
|
||||
&.small {
|
||||
& .title {
|
||||
|
|
@ -24,12 +24,13 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
font-size: 32px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
/* margin-bottom: 15px; */
|
||||
}
|
||||
|
||||
.subtext {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue