LIT-EIA / adapt-esdc-college-theme

MeD's official Adapt theme
GNU General Public License v3.0
2 stars 0 forks source link

Component - Hot Grid - Title CSS #34

Closed TimbroVince closed 2 years ago

TimbroVince commented 3 years ago

Headers in popup (hotgrid / hot?) need a better style, add space under

falcochip commented 2 years ago

line 669 added to theme-extras.less

// Hotgraphic and hot grid distinct title styles
.hotgraphic-content-title, .hotgrid-content-title {
    font-size: 22px;
    line-height: @component-title-line-height;
    margin-bottom: 10px;
    color: @esdc-cyan-text;
}