jellyfin-web/dashboard-ui/voice/voice.css

26 lines
313 B
CSS
Raw Normal View History

2015-12-14 08:43:03 -07:00
.voiceHelpContent {
2015-06-01 22:46:06 -07:00
max-width: 600px;
margin: auto;
}
.exampleCommands {
font-size: 15px;
}
.exampleCommand {
margin: 1em 0;
}
.exampleCommandText {
2015-12-14 08:43:03 -07:00
padding-left: .25em;
2015-06-01 22:46:06 -07:00
}
.defaultVoiceHelp {
margin-bottom: 2em;
}
.voiceInputContainer {
margin: 1.5em 0;
font-size: 15px;
}