Commit 5610e89f1a369226c9e3fe8675c9abf93403c1ad
Exists in
master
Merge branch 'master' into 'master'
clase .table-title See merge request !28
Showing
6 changed files
Show diff stats
src/sass/_acciones-mobile.scss
src/sass/_admin-seguimiento.scss
src/sass/_bootstrap.scss
src/sass/_contenedor.scss
src/sass/_tabla.scss
... | ... | @@ -6,9 +6,23 @@ |
6 | 6 | color: #000000; |
7 | 7 | background-color: #FF9900; |
8 | 8 | } |
9 | + &-title{ | |
10 | + background-color: #67615e; | |
11 | + color: #FFF; | |
12 | + margin-bottom: 0; | |
13 | + padding: 0.25rem 0; | |
14 | + font-size: 1rem; | |
15 | + } | |
9 | 16 | |
10 | 17 | thead th{ |
11 | 18 | font-size: 13px; |
12 | 19 | } |
20 | + | |
21 | + &.table-abm{ | |
22 | + thead{ | |
23 | + color: #FFF; | |
24 | + background-color: #67615e; | |
25 | + } | |
26 | + } | |
13 | 27 | |
14 | 28 | } |
src/sass/general.scss
... | ... | @@ -31,3 +31,14 @@ input::-webkit-inner-spin-button { |
31 | 31 | display: grid !important; |
32 | 32 | } |
33 | 33 | } |
34 | + | |
35 | +.btn-outline-debo{ | |
36 | + background-color: transparent; | |
37 | + color: $primary-color; | |
38 | + border-color: $primary-color; | |
39 | + &:hover{ | |
40 | + color: #FFF; | |
41 | + border-color: transparent; | |
42 | + background-color: $primary-color; | |
43 | + } | |
44 | +} |