Add xsmall padding

This commit is contained in:
Konstantinos Triantafyllou 2023-08-23 11:42:26 +03:00
parent 809a51350d
commit 341712701f
3 changed files with 5 additions and 0 deletions

1
less/_import.less vendored
View File

@ -58,6 +58,7 @@
@import "background";
@import "utility";
@import "margin";
@import "padding";
@import "inverse";
// Extend

3
less/padding.less Normal file
View File

@ -0,0 +1,3 @@
@padding-xsmall-padding: @global-xsmall-gutter;
.uk-padding-xsmall { padding: @padding-xsmall-padding; }

View File

@ -46,6 +46,7 @@
/* Spacings */
@global-small-gutter: 20px;
@global-xsmall-gutter: 10px;
@global-xsmall-margin: 5px;
/* Controls */