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

18 lines
569 B
CSS
Raw Normal View History

2025-02-01 14:26:52 -03:00
/* .btn-logout {
2025-01-24 19:17:26 -03:00
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;
2025-02-01 14:26:52 -03:00
} */
.btn-logout {
2025-02-01 14:45:01 -03:00
text-decoration: none !important;
2025-02-01 14:35:13 -03:00
background-color: rgb(39, 54, 97); /* Azul oscuro (igual al fondo) */
2025-02-01 14:26:52 -03:00
color: white;
2025-02-01 14:45:01 -03:00
padding: 8px 8px 8px 8px;
2025-02-01 14:35:13 -03:00
border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil */
2025-02-01 14:45:01 -03:00
border-radius: 5px;
2025-02-01 14:26:52 -03:00
cursor: pointer;
2025-01-24 19:17:26 -03:00
}