Authenticator/data/style.css

65 lines
1.1 KiB
CSS
Raw Normal View History

.accounts-widget{
2018-09-10 14:30:41 +02:00
margin-top: 0px;
}
.accounts-container {
margin-left: 32px;
margin-right: 32px;
2018-09-02 15:05:51 +02:00
}
.accounts-list{
background-color: @theme_bg_color;
}
2018-09-11 15:30:19 +00:00
.account-row,
.settings-box{
padding: 6px;
border: 1px solid mix(@theme_base_color,@theme_fg_color,0.3);
2018-09-11 15:30:19 +00:00
background-color: mix(@theme_base_color,@theme_bg_color,0.3);
margin: 6px;
}
.account-row:selected GtkImage {
2018-09-02 15:05:51 +02:00
color: mix(@theme_base_color,@theme_fg_color,0.3);
}
.account-row-checkbtn{
padding-left: 6px;
}
2018-09-11 15:30:19 +00:00
.provider-lbl,
.gpg-key-lbl{
font-size: 18px;
2018-09-02 15:05:51 +02:00
font-weight: bold;
padding: 3px 6px;
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;
}
.token-label{
font-size: 14px;
}
.counter-label {
font-size: 12px;
}
2018-09-11 15:30:19 +00:00
.settings-box-main-label{
font-size: 14px;
padding: 3px 6px;
}
.settings-box-secondary-label {
font-size:12px;
font-style:italic;
color: mix(@theme_base_color,@theme_fg_color,0.6);
padding: 3px 6px;
}
.settings-main-container{
margin-left: 36px;
margin-right: 36px;
}