updated page sidebar width styles
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
<div class="icon">
|
||||
<i class="ri-information-line" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="flex flex-gap-xs">
|
||||
The record has previous unsaved changes.
|
||||
<button
|
||||
type="button"
|
||||
|
||||
@@ -102,8 +102,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: var(--pageSidebarWidth);
|
||||
min-width: 210px;
|
||||
max-width: 260px;
|
||||
min-width: 220px;
|
||||
max-width: 265px;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
overflow-x: hidden;
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
accent-color: var(--primaryColor);
|
||||
}
|
||||
|
||||
|
||||
// Maps
|
||||
// ----
|
||||
$colorsMap: (
|
||||
|
||||
Reference in New Issue
Block a user