new apps page
This commit is contained in:
parent
166a988bc9
commit
9062b4e1a2
18 changed files with 51 additions and 2 deletions
|
|
@ -172,6 +172,7 @@ a:active {
|
|||
text-align: center;
|
||||
}
|
||||
p.subtitle {
|
||||
color: #9B9A98;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
margin: 0 auto 10px auto;
|
||||
|
|
@ -197,6 +198,28 @@ a:active {
|
|||
width: fit-content;
|
||||
margin: 30px auto;
|
||||
}
|
||||
.btn-secondary {
|
||||
background-color: #F4F3F2;
|
||||
border-radius: 26px;
|
||||
height: 52px;
|
||||
width: fit-content;
|
||||
padding: 0 20px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin: 0 auto;
|
||||
// center text vertically
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Make this push to the bottom when the page isn't as tall as the viewport.
|
||||
.push-footer {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue