balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.css (1038B)


      1 .action-buttons span,
      2 .action-buttons a {
      3   display: inline-block;
      4   padding: 0 12px 2px;
      5   margin: 2px;
      6   height: 33px;
      7   line-height: 32px;
      8   font-size: 13px;
      9   color: #353535;
     10   border: 1px solid #f7f7f7;
     11   background: #f7f7f7;
     12   box-shadow: 0 1px 0 #ccc;
     13   vertical-align: top;
     14   border-radius: 3px;
     15   text-decoration: none;
     16   cursor: pointer; }
     17 .action-buttons span i,
     18 .action-buttons a i {
     19   font-size: 10px;
     20   margin-right: 4px; }
     21 .action-buttons span {
     22   background: #0085ba;
     23   border-color: #006a95 #00648c #00648c;
     24   box-shadow: inset 0 -1px 0 #00648c;
     25   color: #fff;
     26   text-decoration: none;
     27   text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82; }
     28 .action-buttons a.redux-templates-button-download {
     29   border: 1px solid #3dbfe8;
     30   background: #3dbfe8;
     31   box-shadow: 0 1px 0 #165cb4;
     32   color: #fff; }
     33 .action-buttons .redux-templates-button-download {
     34   margin-left: 5px; }
     35 .action-buttons i.challenge-dot {
     36   margin-top: 10px;
     37   margin-left: 5px; }
     38 
     39 /*# sourceMappingURL=style.css.map */