dashboard-extension/css/dashboard.css

46 lines
1.1 KiB
CSS

.lit-button#dashboard-authentik-button{
background: url('/icons/goauthentik_logo.png') 30px 30px no-repeat;
background-size: contain;
background-position: center;
background-color: lightblue;
border: none;
color: none;
text-align: center;
width: 250px;
height: 250px;
border-radius: 100px;
}
.lit-button#dashboard-authentik-button:hover{
background-color: lightgray;
}
.lit-button#dashboard-nextcloud-button{
background: url('/icons/nextcloud_logo.png') 30px 30px no-repeat;
background-size: contain;
background-position: center;
background-color: lightblue;
border: none;
color: none;
text-align: center;
width: 250px;
height: 250px;
border-radius: 100px;
}
.lit-button#dashboard-nextcloud-button:hover{
background-color: lightgrey;
}
.lit-button#dashboard-wekan-button{
background: url('/icons/wekan_logo.png') 30px 30px no-repeat;
background-size: contain;
background-position: center;
background-color: lightblue;
border: none;
color: none;
text-align: center;
width: 250px;
height: 250px;
border-radius: 100px;
}
.lit-button#dashboard-wekan-button:hover{
background-color: lightgrey;
}