1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(UI): increased application border-radius

This commit is contained in:
2021-06-24 21:49:46 +02:00
parent 7cc5e7b67f
commit a0a025e450
12 changed files with 26 additions and 18 deletions

View File

@ -311,7 +311,7 @@ export default {
.database-name,
.misc-name {
&:hover {
border-radius: 2px;
border-radius: $border-radius;
}
}
@ -320,7 +320,7 @@ export default {
position: relative;
&:hover {
border-radius: 2px;
border-radius: $border-radius;
}
}