A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/whats-new-popup/index.scss

87 lines
1.3 KiB

.whats-new-popup {
&__notifications {
display: flex;
flex-direction: column;
}
&__notification,
&__first-notification {
display: flex;
flex-direction: column;
margin: 0 24px 24px 24px;
border-bottom: 1px solid var(--Grey-100);
position: relative;
}
&__last-notification {
> * {
&:nth-last-child(2) {
margin-bottom: 0;
};
}
.whats-new-popup__intersection-observable {
bottom: 8px;
}
}
&__notification {
&:last-child {
border-bottom: none;
}
}
&__notification-image {
align-self: center;
margin-bottom: 16px;
}
&__description-and-date {
margin-bottom: 16px;
}
&__notification-date {
color: var(--Grey-500);
}
&__button {
margin-right: auto;
}
&__button,
&__link {
margin-bottom: 24px;
}
&__link {
@include H6;
color: var(--Blue-500);
cursor: pointer;
}
&__notification-title {
@include H4;
font-weight: bold;
margin-bottom: 8px;
}
&__intersection-observable {
bottom: 22px;
position: absolute;
height: 1px;
width: 100%;
}
}
.popover-wrap.whats-new-popup__popover {
@media screen and (min-width: $break-large) {
max-height: 600px;
width: 500px;
}
@media screen and (max-width: $break-small) {
max-height: 568px;
}
}