Merge branch 'RED-9950' into 'master'
RED-9950: removed more margins. See merge request redactmanager/red-ui!558
This commit is contained in:
commit
9d01fb5784
@ -2,7 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 10px 0 10px 0;
|
padding: 10px 0 10px 0;
|
||||||
margin-left: 26px;
|
margin-left: 14px;
|
||||||
margin-right: 26px;
|
margin-right: 26px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.component {
|
.component {
|
||||||
margin-left: 26px;
|
margin-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
@ -94,7 +94,7 @@
|
|||||||
border-left: 4px solid var(--iqser-primary);
|
border-left: 4px solid var(--iqser-primary);
|
||||||
|
|
||||||
.component {
|
.component {
|
||||||
margin-left: 22px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-right {
|
.arrow-right {
|
||||||
|
|||||||
@ -31,11 +31,10 @@ mat-icon {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-left: 13px;
|
margin-left: 13px;
|
||||||
margin-right: 13px;
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 10px 26px;
|
padding: 10px 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
:first-child {
|
:first-child {
|
||||||
@ -48,6 +47,7 @@ mat-icon {
|
|||||||
border-bottom: 1px solid var(--iqser-separator);
|
border-bottom: 1px solid var(--iqser-separator);
|
||||||
}
|
}
|
||||||
border-bottom: 1px solid var(--iqser-separator);
|
border-bottom: 1px solid var(--iqser-separator);
|
||||||
|
margin-right: 13px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user