Skip to content
Snippets Groups Projects
Commit 7023b865 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch '424-buttons-design-fix' into 'dev'

feat(ui): Design fix for v3 buttons

See merge request !655
parents 7be9603c cafe8088
No related branches found
No related tags found
2 merge requests!783V3.0.0,!655feat(ui): Design fix for v3 buttons
......@@ -26,7 +26,7 @@ button {
&.small {
height: 32px;
font-size: $font-size-xsmall;
padding-inline: 12px;
padding-inline: 4px;
&.icon-only {
width: 32px;
}
......@@ -34,7 +34,7 @@ button {
&.medium {
height: 40px;
font-size: $font-size-small;
padding-inline: 16px;
padding-inline: 4px;
&.icon-only {
width: 40px;
}
......@@ -42,7 +42,7 @@ button {
&.large {
height: 48px;
font-size: $font-size-smedium;
padding-inline: 24px;
padding-inline: 4px;
}
// VARIANT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment