mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
33 lines
508 B
SCSS
33 lines
508 B
SCSS
.connected-sites {
|
|
h2 {
|
|
text-overflow: ellipsis;
|
|
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;
|
|
}
|
|
|
|
a, a:hover {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #037DD6;
|
|
cursor: pointer;
|
|
}
|
|
}
|