mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 12:38:30 +00:00
87 lines
1.8 KiB
CSS
87 lines
1.8 KiB
CSS
|
/* /Components/TextWithIcon.razor.rz.scp.css */
|
||
|
.space-item[b-fm17s4ncqy] {
|
||
|
align-items: center !important;
|
||
|
display: flex !important;
|
||
|
}
|
||
|
/* /Shared/MainLayout.razor.rz.scp.css */
|
||
|
.page[b-kzsihw5sgr] {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.main[b-kzsihw5sgr] {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.sidebar[b-kzsihw5sgr] {
|
||
|
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||
|
}
|
||
|
|
||
|
.top-row[b-kzsihw5sgr] {
|
||
|
background-color: #f7f7f7;
|
||
|
border-bottom: 1px solid #d6d5d5;
|
||
|
justify-content: flex-end;
|
||
|
height: 3.5rem;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.top-row[b-kzsihw5sgr] a, .top-row .btn-link[b-kzsihw5sgr] {
|
||
|
white-space: nowrap;
|
||
|
margin-left: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.top-row a:first-child[b-kzsihw5sgr] {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 640.98px) {
|
||
|
.top-row:not(.auth)[b-kzsihw5sgr] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.top-row.auth[b-kzsihw5sgr] {
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.top-row a[b-kzsihw5sgr], .top-row .btn-link[b-kzsihw5sgr] {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (min-width: 641px) {
|
||
|
.page[b-kzsihw5sgr] {
|
||
|
flex-direction: row;
|
||
|
}
|
||
|
|
||
|
.sidebar[b-kzsihw5sgr] {
|
||
|
width: 250px;
|
||
|
height: 100vh;
|
||
|
position: sticky;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.top-row[b-kzsihw5sgr] {
|
||
|
position: sticky;
|
||
|
top: 0;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.main > div[b-kzsihw5sgr] {
|
||
|
padding-left: 2rem !important;
|
||
|
padding-right: 1.5rem !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.create-nft-header[b-kzsihw5sgr] {
|
||
|
padding-top: 0 !important;
|
||
|
padding-left: 0 !important;
|
||
|
padding-bottom: 0 !important;
|
||
|
}
|
||
|
|
||
|
.create-nft-header .ant-page-header-heading-title[b-kzsihw5sgr] {
|
||
|
color: red;
|
||
|
}
|