Files
fredy/ui/src/components/version/VersionBanner.less
2026-03-16 10:37:36 +01:00

25 lines
345 B
Plaintext

.versionBanner {
margin-bottom: 0 !important;
.semi-banner-body {
padding: 6px 16px;
}
&__bar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
&__details {
margin-bottom: 16px;
}
&__notes {
max-height: 400px;
overflow-y: auto;
padding-right: 4px;
}
}