You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Album/AlbumDetailsModalContent.css

49 lines
651 B

.artistName {
margin-left: 5px;
}
.separator {
margin: 0 5px;
}
.tabs {
margin-top: -32px;
}
.tabList {
margin: 0 0 10px;
padding: 0;
}
.tab {
position: relative;
bottom: -1px;
display: inline-block;
padding: 6px 12px;
border: 1px solid transparent;
border-top: none;
list-style: none;
cursor: pointer;
}
.selectedTab {
border-color: $borderColor;
border-radius: 0 0 5px 5px;
background-color: rgba(239, 239, 239, 0.4);
color: $black;
}
.tabPanel {
margin-top: 20px;
}
.openArtistButton {
composes: button from 'Components/Link/Button.css';
margin-right: auto;
}
.openButtons {
margin-right: auto;
}