Various UI fixes
use .icon-link in various places
This commit is contained in:
@@ -5,19 +5,8 @@
|
||||
justify-content: space-between;
|
||||
|
||||
.project-list-item__environment__link {
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.icon {
|
||||
@include icon-color($color-primary);
|
||||
margin-right: $gap;
|
||||
}
|
||||
|
||||
span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@include icon-link;
|
||||
@include icon-link-large;
|
||||
}
|
||||
|
||||
.project-list-item__environment__members {
|
||||
|
Reference in New Issue
Block a user