chore: run stylelint on our css files
This commit is contained in:
@@ -36,17 +36,20 @@
|
||||
overflow: auto;
|
||||
border-radius: 0 0 var(--theme-rounded-corners) var(--theme-rounded-corners);
|
||||
}
|
||||
|
||||
:global(.ant-modal-close-x) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
:global(.ant-modal) {
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
|
||||
h1 {
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
}
|
||||
}
|
||||
|
||||
:global(.ant-modal-content) {
|
||||
box-shadow: 3px 15px 15px -3px rgba(0, 0, 0, 0.15), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
|
||||
box-shadow: 3px 15px 15px -3px rgb(0 0 0 / 15%), 0 4px 6px -2px rgb(0 0 0 / 8%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user