ip eta gailu erregistroa

This commit is contained in:
2023-04-07 15:21:44 +02:00
parent d82d827079
commit 3b8582a7df
11 changed files with 333 additions and 260 deletions
+22
View File
@@ -127,6 +127,28 @@ button.red:hover{
border-color: #C92F1E;
}
.last-login-info {
background-color: #efefef;
/*background-image: linear-gradient(#fcfcfc, #f5f5f5);*/
background-image: linear-gradient(#f9e028, #ffd966);
padding-top: 1px;
padding-bottom: 1px;
border-radius: 0.2rem;
text-align: center;
}
.date {
font-weight: 100;
font-size: 0.8em;
}
.device-list li{
background-color: #efefef;
background-image: linear-gradient(#fcfcfc, #f6f6f6);
list-style: none;
font-size: 0.7em;
margin-bottom: 2px;
padding: 2px;
border-radius: 0.2rem;
}
/*alerts*/
.alerts {