1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui/pages/connected-sites/index.scss

38 lines
555 B
SCSS
Raw Normal View History

.connected-sites {
h2 {
text-overflow: ellipsis;
2020-05-02 03:52:23 +02:00
margin-right: 10px;
}
&__confirmation {
flex-direction: column;
button:first-child {
margin-right: 24px;
}
}
&__footer-row {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
&__footer-row + &__footer-row {
margin-top: 15px;
}
2022-08-09 19:29:38 +02:00
a {
2020-10-29 17:31:48 +01:00
@include H6;
color: var(--color-primary-default);
cursor: pointer;
}
2022-08-09 19:29:38 +02:00
a:hover {
color: var(--color-primary-alternative);
}
}