ws4kp-linhanced/server/styles/scss/_linux-news.scss
mrkmntal 6f76316612
Some checks are pending
build-docker / Build Image (push) Waiting to run
Fix formatting for the Linux news and server observation pages
2026-04-11 18:02:07 -04:00

56 lines
903 B
SCSS

@use 'shared/_utils' as u;
.weather-display .linux-news {
&.main {
height: auto !important;
min-height: 250px;
}
.container {
position: relative;
top: 15px;
margin: 0px 10px;
box-sizing: border-box;
height: 250px;
overflow: hidden;
}
.news-output {
position: relative;
.news-page {
height: 250px;
box-sizing: border-box;
padding: 0 8px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.story {
height: 116px;
overflow: hidden;
margin-top: 20px;
}
.headline {
font-family: 'Star4000';
font-size: 17pt;
line-height: 22px;
color: #ff0;
text-transform: uppercase;
@include u.text-shadow();
margin-bottom: 4px;
}
.blurb {
font-family: 'Star4000';
font-size: 12pt;
line-height: 10pt;
color: #fff;
@include u.text-shadow();
overflow: hidden;
padding-right: 30px;
}
}
}