Angular & UIkit Upgrade #6

Merged
k.triantafyllou merged 12 commits from develop into master 2023-11-06 10:04:48 +01:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit 341712701f - Show all commits

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 */