Add basic domain block UI

This commit is contained in:
Thibaut Girka
2018-03-04 21:46:27 +01:00
parent 482ad7d7c4
commit afa813d71f
7 changed files with 171 additions and 0 deletions

View File

@ -0,0 +1,23 @@
.domain {
padding: 10px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
.domain__domain-name {
flex: 1 1 auto;
display: block;
color: $primary-text-color;
text-decoration: none;
font-size: 14px;
font-weight: 500;
}
}
.domain__wrapper {
display: flex;
}
.domain_buttons {
height: 18px;
padding: 10px;
white-space: nowrap;
}

View File

@ -1173,6 +1173,7 @@ noscript {
@import 'boost';
@import 'accounts';
@import 'domains';
@import 'status';
@import 'modal';
@import 'metadata';