Merge branch 'RED-9950' into 'master'

RED-9950: removed more margins.

See merge request redactmanager/red-ui!558
This commit is contained in:
Dan Percic 2024-09-03 11:26:42 +02:00
commit 9d01fb5784
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
display: flex;
flex-direction: row;
padding: 10px 0 10px 0;
margin-left: 26px;
margin-left: 14px;
margin-right: 26px;
position: relative;
@ -78,7 +78,7 @@
&:hover {
.component {
margin-left: 26px;
margin-left: 14px;
}
.value {
@ -94,7 +94,7 @@
border-left: 4px solid var(--iqser-primary);
.component {
margin-left: 22px;
margin-left: 10px;
}
.arrow-right {

View File

@ -31,11 +31,10 @@ mat-icon {
display: flex;
flex-direction: column;
margin-left: 13px;
margin-right: 13px;
.header {
display: flex;
padding: 10px 26px;
padding: 10px 14px;
font-weight: 600;
:first-child {
@ -48,6 +47,7 @@ mat-icon {
border-bottom: 1px solid var(--iqser-separator);
}
border-bottom: 1px solid var(--iqser-separator);
margin-right: 13px;
}
}
}