mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
83 lines
1.3 KiB
CSS
83 lines
1.3 KiB
CSS
.large-button {
|
|
padding: 6px 32px;
|
|
}
|
|
.pill-button {
|
|
border-radius: 9999px;
|
|
}
|
|
.providers-list {
|
|
background-color: @theme_base_bg;
|
|
}
|
|
.provider-row-content{
|
|
border-radius: 8px;
|
|
border-bottom: 1px solid @borders;
|
|
}
|
|
.provider-row {
|
|
margin-top: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.provider-row:hover {
|
|
background-color: @theme_base_bg;
|
|
}
|
|
|
|
.provider-row:active {
|
|
background: @theme_base_bg;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.totp-progress,
|
|
.totp-progress trough progress,
|
|
.totp-progress trough {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
row .content row.account-row:last-child {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.red-progress trough progress {
|
|
background-color: #c01c28;
|
|
border-color: #c01c28;
|
|
}
|
|
|
|
.account-row {
|
|
padding: 12px;
|
|
}
|
|
|
|
.account-otp {
|
|
letter-spacing: 1.8px;
|
|
font-size: medium;
|
|
font-weight: 500;
|
|
font-feature-settings: "tnum" 1;
|
|
}
|
|
|
|
listview.content.small > row {
|
|
margin: 0px;
|
|
border-radius: 0px;
|
|
border-left-width: 0px;
|
|
border-right-width: 0px;
|
|
}
|
|
|
|
listview.content.small > row:first-child {
|
|
border-top-width: 0px;
|
|
}
|
|
|
|
listview.content.small > row:last-child {
|
|
border-bottom-width: 0px;
|
|
}
|
|
|
|
listview > row:first-child {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
listview > row:last-child {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
listview > row {
|
|
margin-left: 12px;
|
|
margin-right: 12px;
|
|
}
|