Files
Readarr/src/UI/System/Update/update.less
2014-06-18 17:15:54 -07:00

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;
}
}