Skip to content

Commit

Permalink
IKC-390 clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Belke authored and Piotr Belke committed Jul 3, 2024
1 parent 8b05a8d commit c34b991
Showing 1 changed file with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,45 +0,0 @@
@import '../../../../../apps/kouncil/src/styles/palette';

:host {

.header {
display: flex;
flex-direction: row;
align-items: center;
}

.title {
font-size: 20px;
font-weight: 500;
line-height: 28px;
color: $main-100;
}

.subtitle {
color: $main-60;
font-size: 14px;
line-height: 24px;
}

.actions > .action-button-black {
background: $red-60;
}

.section {
color: $main-100;
font-size: 14px;
font-weight: 500;
margin: 20px 0;

div {
margin: 3px 0;
}
}

mat-dialog-actions {
display: flex;
flex-direction: row;
justify-content: space-between;
}

}

0 comments on commit c34b991

Please sign in to comment.