dashboard-extension/css/dashboard.css

49 lines
1.2 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;
margin: 2px;
width: 200px;
height: 200px;
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;
margin: 2px;
width: 200px;
height: 200px;
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;
margin: 2px;
width: 200px;
height: 200px;
border-radius: 100px;
}
.lit-button#dashboard-wekan-button:hover{
background-color: lightgrey;
}