From 25e2dd30e2b2eb4d274754a1120adb5dbf11e9e0 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 27 Jan 2022 17:53:48 +0200 Subject: [PATCH] [new-theme | OpenAIRE theme]: import.css Import height.css (custon classes uk-height-xsmall, uk-height-max-xsmall used in browse-community.component.html). --- css/import.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/import.css b/css/import.css index 31c1c10..858e73e 100644 --- a/css/import.css +++ b/css/import.css @@ -2,6 +2,7 @@ @import "theme.css"; @import "theme.update.css"; +@import "structure/height.css"; @import "structure/text.css"; @import "structure/variables.css"; @import "structure/button.css";