GITLAB
Martin Macola
/ autoservicio
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d793eb9ef2e2ae8c60ff9f51532f5d9d61c32002
Authored by
Marcelo Puebla
2019-08-06 15:36:53 -0300
1 parent
28ef2dbbbd
Exists in
master
Borrado de codigo css.
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
src/styles.scss
Side-by-side Diff
Inline Diff
src/styles.scss
Diff comments
View file @
d793eb9
1
-html,
2
-body {
3
- height: 100% !important;
4
- width: 100% !important;
5
-}
6
-
7
1
.blur {
8
2
filter: blur(10px);
9
3
-webkit-filter: blur(10px);