Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-theme into develop

This commit is contained in:
Konstantina Galouni 2023-08-25 10:14:58 +03:00
commit 4c55eb06e2
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 */