1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/voice/voice.css

21 lines
249 B
CSS
Raw Normal View History

2015-12-14 10:43:03 -05:00
.voiceHelpContent {
2016-07-13 14:23:01 -04:00
max-width: 600px;
2015-06-02 01:46:06 -04:00
margin: auto;
}
.exampleCommand {
margin: 1em 0;
}
.exampleCommandText {
2015-12-14 10:43:03 -05:00
padding-left: .25em;
2015-06-02 01:46:06 -04:00
}
.defaultVoiceHelp {
margin-bottom: 2em;
}
.voiceInputContainer {
margin: 1.5em 0;
}