Add truncated class in general

This commit is contained in:
Konstantinos Triantafyllou 2023-02-22 14:44:14 +02:00
parent 1afeb876a1
commit 178c6a1078
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,10 @@ main {
content: '\00A0';
}
.truncated:after {
content: '...';
}
/* Visually hidden (for icons) */
.visually-hidden {
border: 0 !important;
@ -229,6 +233,7 @@ noscript, ol, section, table, tfoot, ul, video;
}
}
/* Feature tab */
.uk-tab {
& > li.uk-active > a.featuredTab, & > * > a.featuredTab {
color: @general-tab-featured-tab !important;