Commit 04901ca70ec4b6b44db8b03ad20efe1f11c6ce11
1 parent
e8012d4df6
Exists in
master
Imagen vieja eliminada - clase para botones en modal detalles
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
img/fechaDeReparto.png
4.19 KB
src/sass/general.scss
| ... | ... | @@ -134,6 +134,22 @@ input[type="file"] { |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | +.btn-enviar { | |
| 138 | + background-color: white; | |
| 139 | + border-color: #cd9035; | |
| 140 | + &:focus { | |
| 141 | + box-shadow: none !important; | |
| 142 | + } | |
| 143 | + &:hover { | |
| 144 | + border-color: $primaryTransparency !important; | |
| 145 | + background-color: $primaryTransparency !important; | |
| 146 | + } | |
| 147 | + &:active{ | |
| 148 | + background-color: $primary !important; | |
| 149 | + box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | |
| 150 | + } | |
| 151 | +} | |
| 152 | + | |
| 137 | 153 | .btn-primary { |
| 138 | 154 | background-color: $primary !important; |
| 139 | 155 | border-color: $primary !important; |