mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
91ab518dfb
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com> Co-Authored-By: taloth <taloth@users.noreply.github.com>
54 lines
677 B
CSS
54 lines
677 B
CSS
.messageContainer {
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.upToDateIcon {
|
|
color: #37bc9b;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.message {
|
|
padding-left: 5px;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.loading {
|
|
composes: loading from '~Components/Loading/LoadingIndicator.css';
|
|
|
|
margin-top: 5px;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.update {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.info {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.version {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.space {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.date {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.label {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
margin-left: 10px;
|
|
font-size: 14px;
|
|
}
|