Changeset 4d17b3e in prototipo_portal_2018


Ignore:
Timestamp:
Nov 22, 2017, 2:19:39 PM (6 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
b84d264
Parents:
c2c7500
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ConsultaQR/prototipo/static/css/style.css

    rc2c7500 r4d17b3e  
    55
    66/* Class */
    7 .learn-more-btn { background: hsl(227, 56%, 51%); 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; }
     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; }
    88
    99
Note: See TracChangeset for help on using the changeset viewer.