Changeset 0320f1b in portal_2019 for css


Ignore:
Timestamp:
Oct 31, 2019, 2:59:49 PM (5 years ago)
Author:
Angelo Osorio <danielking.321@…>
Branches:
master, dev, portal
Children:
6460441
Parents:
26e6455
Message:

cambios en el frontend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/styles.css

    r5751968 r0320f1b  
    6767table { font-size: 14px; }
    6868
     69.container-table {
     70  max-height: 500px;
     71  overflow-y: scroll;
     72}
     73
    6974.navbar-light .navbar-nav .nav-link {
    7075  color: #275a9b;
     
    8085  color: #ddd;
    8186}
     87
     88
     89.custom-file-label:after {
     90  font-family: "Font Awesome 5 Free";
     91  font-weight: 500;
     92}
     93#pdf ~ .custom-file-label:after { content: '\f1c1'; }
     94#pkcs12 ~ .custom-file-label:after { content: '\f2c2'; }
     95
     96.instructivo {
     97  min-height: 45vh;
     98}
Note: See TracChangeset for help on using the changeset viewer.