source: prototipo_portal_2018/ConsultaQR/prototipo/static/css/style.css @ 4d17b3e

Last change on this file since 4d17b3e was 4d17b3e, checked in by Antonio Araujo <aaraujo@…>, 6 years ago

Cambio de color en el botón de descarga del archivo firmado.

  • Property mode set to 100644
File size: 822 bytes
Line 
1
2
3a {color: #353535;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;/* transition: all 0.5s; */}
4a:hover, a:focus { color: #3dc9b3; text-decoration: none; }
5
6/* Class */
7.learn-more-btn { background: #2397d3; padding: 1px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
8
9
10/* id */
11#informacion {
12  padding: 10px;
13  margin-left: 5px;
14  border-radius: 20px;
15}
16
17#informacion:hover {
18    color: #fff;
19    background-color: rgba(68, 157, 142, 0.25);
20    border-color: rgba(169, 66, 66, 0.47);
21}
Note: See TracBrowser for help on using the repository browser.