16 lines
238 B
CSS
16 lines
238 B
CSS
@import url("resource:///dev/iohub/diya/shell/virtual-keyboard.css");
|
|
/*
|
|
* {
|
|
font-family:DejaVuSans;
|
|
}
|
|
*/
|
|
|
|
.diya-login-header {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.diya-login-status {
|
|
font-size: 12px;
|
|
color: red;
|
|
} |