Files
premiaciones_front/styles/admin.module.css
T

50 lines
1.0 KiB
CSS
Raw Normal View History

2022-04-18 20:09:14 -05:00
.contenido{
2022-04-29 18:08:41 -05:00
font-family: 'Calibri','Ginebra','Verdana', serif;
2022-04-18 20:09:14 -05:00
min-height: 350px;
margin-top: 130px;
}
2022-04-29 18:08:41 -05:00
.operador{
font-family: 'Calibri','Ginebra','Verdana', serif;
min-height: 350px;
margin-top: 3%;
margin-bottom:3%
}
2022-04-18 20:09:14 -05:00
.subtitulo{
2022-04-29 18:08:41 -05:00
font-family: 'Calibri','Ginebra','Verdana', serif;
2022-04-19 14:48:28 -05:00
color:#1B3D70;
2022-04-18 20:09:14 -05:00
font-weight: bold;
font-size: x-large;
}
.boton{
background-color: #BC9516;
color:white;
border: #BC9516;
border-radius: 30px;
font-size: x-large;
}
.boton:hover{
background-color:rgb(188,149,22,70%);;
color:white;
}
.ingresar{
margin-top: 15px;
color:white;
background-color: #1B3D70;
2022-04-29 18:08:41 -05:00
font-family: 'Calibri','Ginebra','Verdana', serif;
2022-04-18 20:09:14 -05:00
font-size: x-large;
font-weight: bold;
border:0;
}
.salir{
color:white;
background-color: #1B3D70;
2022-04-29 18:08:41 -05:00
font-family: 'Calibri','Ginebra','Verdana', serif;
2022-04-18 20:09:14 -05:00
font-size: x-large;
font-weight: bold;
border:0;
margin-bottom: 15px;
}
.salir:hover,.ingresar:hover{
background-color:rgb(27,61,112,50%);
}