Commit a82ca12370af63eb5a403bce52dadcc564f8d763

Authored by Benjamin Rodriguez
1 parent 0089069182
Exists in master

cambio sass botonera tareas pausadas

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
src/sass/_botonera-principal.scss
... ... @@ -258,7 +258,7 @@
258 258 &:hover {
259 259 background-color: #cd9035;
260 260 }
261   - &:active {
  261 + &:focus {
262 262 background-color: #cd9035;
263 263 }
264 264 }
... ... @@ -276,16 +276,16 @@
276 276 border-radius: 12px;
277 277 font: small;
278 278 transform: translate3d(0px, 30px, 0px);
279   - &:hover {
280   - background: linear-gradient(0 ,#ffffff, #e6e6e6);
281   - border-radius: 12px;
282   - }
283   -
284 279  
285   -
286 280 }
287   - .lala{
  281 +
  282 + .items-dropdown{
288 283 background-color:rgba(0, 0, 0, 0);
  284 + &:hover {
  285 + background-color: #e6e6e6;
  286 + width: 98%;
  287 + border-radius: 12px;
  288 + }
289 289 }
290 290  
291 291