mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
46 lines
611 B
Plaintext
46 lines
611 B
Plaintext
@import '../../Shared/Styles/clickable';
|
|
|
|
.update {
|
|
margin-bottom: 30px;
|
|
|
|
legend {
|
|
cursor : default;
|
|
margin-bottom : 5px;
|
|
line-height : 30px;
|
|
|
|
.date {
|
|
font-size : 16px;
|
|
}
|
|
|
|
.install-update {
|
|
.clickable();
|
|
margin-left : 10px;
|
|
}
|
|
|
|
.update-installed {
|
|
margin-left : 10px;
|
|
}
|
|
}
|
|
|
|
.changes-header {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.label {
|
|
width: 40px;
|
|
text-align: center;
|
|
}
|
|
.change {
|
|
margin-bottom: 2px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
} |