RED-9950: removed more margins.
This commit is contained in:
parent
3777c12134
commit
e2cd71dd24
@ -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 {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user