[develop | DONE | ADDED] add custom class to remove rounded border from one side

This commit is contained in:
Alex Martzios 2024-11-14 15:28:05 +02:00
parent b4d09b7cd9
commit c6d21a6c02
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@
.uk-border-rounded-xlarge {
border-radius: @border-rounded-xlarge-border-radius;
}
.uk-border-rounded-remove-right {
border-top-left-radius: @border-rounded-border-radius;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: @border-rounded-border-radius;
}
}
/* Inverse */