Authenticator/data/style.css

70 lines
1.2 KiB
CSS
Raw Normal View History

2018-09-11 15:30:19 +00:00
.account-row,
.settings-row{
background-color: mix(@theme_base_color,@theme_bg_color,0.3);
padding: 2px 8px;
margin:0;
border: 1px solid mix(@theme_base_color,@theme_fg_color,0.3);
border-bottom: 0px;
}
.account-row:last-child, .settings-row:last-child {
border-bottom: 1px solid mix(@theme_base_color,@theme_fg_color,0.3);
}
2018-09-02 15:05:51 +02:00
/* AccountsList */
.accounts-list{
background-color: @theme_bg_color;
}
.provider-label{
font-size:14px;
font-weight: bold;
}
/* AccountRow */
.account-row .account-name-label{
font-size: 13px;
padding: 3px 6px;
2018-09-02 15:05:51 +02:00
}
.account-row .pin-label{
font-size: 12px;
}
/* Settings */
.settings-category-title{
font-size:13px;
font-weight:600;
padding: 6px 3px;
}
.settings-box-main-label{
font-size:12px;
}
.settings-box-secondary-label{
font-size:12px;
color: mix(@theme_base_color,@theme_fg_color,0.6);
}
2018-09-02 15:05:51 +02:00
.application-name {
font-size: 14px;
color: @theme_fg_color;
font-style: italic;
}
.account-name {
font-weight: bold;
font-size: 16px;
}
/* Common */
.progress-bar trough progress {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.progress-bar trough {
border-radius: 0px
}
.app-notification{
font-size:11px;
}