Connect Admin release 30th August 2023 #4

Merged
k.triantafyllou merged 8 commits from develop into master 2023-08-30 12:49:33 +02:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit 4c55eb06e2 - 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 */