Files
Readarr/frontend/src/AddArtist/ImportArtist/SelectFolder/ImportArtistSelectFolder.css
2017-09-07 23:09:52 -04:00

33 lines
378 B
CSS

.header {
margin-bottom: 40px;
text-align: center;
font-weight: 300;
font-size: 36px;
}
.tips {
font-size: 20px;
}
.tip {
font-size: $defaultFontSize;
}
.code {
font-size: 12px;
font-family: $monoSpaceFontFamily;
}
.recentFolders {
margin-top: 40px;
}
.startImport {
margin-top: 40px;
text-align: center;
}
.importButtonIcon {
margin-right: 8px;
}