mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
69 lines
1.2 KiB
CSS
69 lines
1.2 KiB
CSS
.uibanner .icon {
|
|
max-width: 30px;
|
|
border-radius: 7px;
|
|
border: 0.75px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.uibanner {
|
|
z-index: 5;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 1px;
|
|
border-bottom: 0.1px solid var(--color-separator);
|
|
}
|
|
|
|
.uibanner {
|
|
background: white;
|
|
}
|
|
|
|
.uibanner>.icon {
|
|
margin-left: 14px;
|
|
display: flex;
|
|
}
|
|
|
|
.uibanner>.content {
|
|
min-height: 28px;
|
|
width: 100%;
|
|
margin-left: 8px;
|
|
padding: 8px 16px 8px 0px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.uibanner>.content>.text-container>.title-text {
|
|
padding-bottom: 0 !important;
|
|
font-weight: 600;
|
|
font-size: 12.95px !important;
|
|
}
|
|
|
|
.uibanner>.content>.text-container>.detail-text {
|
|
padding-top: 0 !important;
|
|
font-size: 11px !important;
|
|
font-weight: 400;
|
|
line-height: 12px !important;
|
|
opacity: 0.55;
|
|
}
|
|
|
|
.uibanner>.content button {
|
|
min-width: 68px !important;
|
|
padding: 5px 13px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
border: none;
|
|
border-radius: 20px;
|
|
color: white;
|
|
background-color: rgb(0, 122, 254);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.uibanner>.content a {
|
|
margin-left: 6px;
|
|
text-decoration: none;
|
|
color: unset;
|
|
font-weight: 600;
|
|
|
|
color: white;
|
|
} |