42917806e9
removed unnecessary components, combined where necessary added each component to a folder, added individual css style modules optimized some component rendering flows removed functional components in favor of pure components linted and formatted all of the files
23 lines
377 B
SCSS
23 lines
377 B
SCSS
.domain {
|
|
padding: 10px;
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
&__wrapper {
|
|
display: flex;
|
|
}
|
|
|
|
.domain__domain-name {
|
|
flex: 1 1 auto;
|
|
display: block;
|
|
color: $primary-text-color;
|
|
text-decoration: none;
|
|
|
|
@include text-sizing(14px, 400);
|
|
}
|
|
|
|
.domain_buttons {
|
|
height: 18px;
|
|
padding: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
} |