mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix Notice sizing
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
aff84b1f05
commit
0e8f35d9bf
@ -4,8 +4,12 @@
|
||||
*/
|
||||
|
||||
.notice {
|
||||
@apply p-8 flex flex-col gap-2 rounded-lg;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: calc(var(--unit) * 2);
|
||||
background-color: var(--inputControlBackground);
|
||||
border: 1px solid var(--boxShadow);
|
||||
color: var(--textColorTertiary);
|
||||
border-radius: 4px;
|
||||
padding: calc(var(--padding) * 2);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user