This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-03-23 12:07:19 +00:00
|
|
|
.wrapper {
|
2021-04-02 18:45:38 +00:00
|
|
|
font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2021-03-23 12:07:19 +00:00
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
padding: 15px 20px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-weight: 900;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 6px 0 6px 10px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
button + button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|