GITLAB

Mauricio Cattafi / autoservicio

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • autoservicio
  • src
  • styles.scss
  • fbfb312d3   Merge branch 'master' of git.focasoftware.com:angular/autoservicio Browse Code ยป
    Marcelo Puebla
    2019-08-06 15:14:49 -0300  
styles.scss 353 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
html,
body {
  height: 100% !important;
  width: 100% !important;
}

.blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.disable-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-gradient{
  background: linear-gradient(0deg,  rgba(40,112,175,1),rgb(252, 252, 252));
}