Files
premiaciones_front/styles/exito.module.css
T

24 lines
480 B
CSS
Raw Normal View History

2022-04-18 20:09:14 -05:00
.container{
min-height: 500px;
margin-bottom: 30px;
color:#644F0C;
2022-04-29 18:08:41 -05:00
font-family: 'Calibri','Ginebra','Verdana', serif;
2022-04-18 20:09:14 -05:00
font-size:xx-large;
font-weight: bold;
padding: 8%;
}
.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;
margin-top: 30px;
}
.salir:hover{
background-color:rgb(27,61,112,50%);
}