Commit 9b88f9a0bb6d1e28839773e4bfd5124cb8205fd5

Authored by Marcelo Puebla
1 parent 7d40163fa6
Exists in master

Agregada clase scss.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
... ... @@ -9,6 +9,11 @@
9 9 -ms-user-select: none;
10 10 user-select: none;
11 11 }
  12 +
12 13 .blue-gradient{
13 14 background: linear-gradient(0deg, rgb(20,56,68),rgb(252, 252, 252));
14 15 }
  16 +
  17 +.rounded {
  18 + border-radius: 1.5rem !important;
  19 +}