phronCare/phronCare.UIBlazor/Shared/LoginView.razor.css

9 lines
276 B
CSS

.btn-logout {
text-decoration: none !important;
margin-left: 20px;
padding: 8px 8px 8px 8px;
background-image: linear-gradient(90deg, rgb(169, 15, 144) 0%, rgb(23, 25, 85) 90%);
border-radius: 4px 12px 12px 12px;
color: white;
cursor: pointer;
}