mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
25 lines
345 B
Plaintext
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;
|
|
}
|
|
}
|