gab-social/app/javascript/gabsocial/components/domain/index.scss
mgabdev 42917806e9 Updated all basic components
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
2019-08-03 02:00:45 -04:00

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;
}
}