[ACS-6212] Fix overlaping labels and incorrect color for warning (#9219)

This commit is contained in:
AleksanderSklorz
2024-01-18 14:53:15 +01:00
committed by GitHub
parent 7a40a614a4
commit b46d468f76
5 changed files with 30 additions and 9 deletions

View File

@@ -1,7 +1,3 @@
.adf-float-label {
padding-top: 20px;
}
.adf-share-link-dialog {
.adf-share-link {
&__dialog-content {
@@ -41,7 +37,7 @@
}
&__warn {
color: var(--theme-warn-color);
color: var(--theme-warn-color-a700);
font-size: var(--theme-caption-font-size);
}
@@ -91,7 +87,7 @@
}
&__border-color {
border: 1px solid var(--theme-warn-color);
border: 1px solid var(--theme-warn-color-a700);
}
}