mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 17:57:43 +00:00
19 lines
270 B
Text
19 lines
270 B
Text
@import "../content/Bootstrap/mixins";
|
|
@import "../content/Bootstrap/variables";
|
|
@import "../content/Bootstrap/buttons";
|
|
|
|
.episode-title-cell {
|
|
.btn-link;
|
|
}
|
|
|
|
.air-date-cell {
|
|
width: 100px;
|
|
}
|
|
|
|
.relative-date-cell {
|
|
width: 150px;
|
|
}
|
|
|
|
.quality-cell{
|
|
width: 130px;
|
|
}
|