Merge branch 'RED-3800' into 'master'
RED-3800: CSS updates Closes RED-3800 See merge request redactmanager/red-ui!390
This commit is contained in:
commit
a7ebcfe053
@ -23,9 +23,3 @@ form {
|
||||
font-size: 16px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.item-info {
|
||||
background: var(--iqser-light);
|
||||
border: 1px solid var(--iqser-grey-1);
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
@use 'variables';
|
||||
|
||||
.right-container {
|
||||
display: flex;
|
||||
width: 353px;
|
||||
@ -15,21 +13,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
::ng-deep .page-header .actions > *:not(:last-child) {
|
||||
margin-right: 6px;
|
||||
::ng-deep .page-header .actions {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.action-buttons > div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.cell {
|
||||
&.no-role-alignment {
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
color: variables.$primary;
|
||||
}
|
||||
.cell.no-role-alignment {
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
color: var(--iqser-primary);
|
||||
}
|
||||
|
||||
.opacity-1 {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 005167487deaa999af6c2faf1646ee6bdf462183
|
||||
Subproject commit fc06bcc31df549e86799051c6d2ce953b9c815ce
|
||||
Loading…
x
Reference in New Issue
Block a user