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
1a8c5bd64c9bacde0f1b3268fac49e3192545572
Authored by
Marcelo Puebla
2019-08-22 17:41:35 -0300
1 parent
971fa33108
Exists in
master
Agregada clase css.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
src/styles.scss
Side-by-side Diff
Inline Diff
src/styles.scss
Diff comments
View file @
1a8c5bd
...
...
@@ -150,3 +150,11 @@ body {
150
150
top: 65%;
151
151
width: 100%;
152
152
}
153
+
154
+.min-h-40 {
155
+ min-height: 40px;
156
+}
157
+
158
+.min-h-55 {
159
+ min-height: 55px;
160
+}