GITLAB
Marcelo Puebla
/ wrapper-demo
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Commits
Compare
Branches
2
Tags
11
Stats
Compare View
switch
from
...
to
Commits (2)
1e491b1fb
fix bug cobranzas > busqueda de comprobantes
Browse Code »
Jose Pinto
2019-03-25 16:19:44 -0300
09433eef1
Cambio de color botones secundarios
...
Browse Code »
Cambio color background y border en el hover.
Marcelo Puebla
2019-04-04 16:32:52 -0300
Showing
2 changed files
Show diff stats
src/sass/_botonera-secundaria.scss
src/sass/general.scss
Side-by-side Diff
Inline Diff
src/sass/_botonera-secundaria.scss
Diff comments
View file @
09433ee
...
...
@@ -12,8 +12,8 @@
12
12
margin-bottom: 1px;
13
13
14
14
&:hover{
15
- background-color: #d8b07d;
16
- border-color: #e09125 !important;
15
+ background-color: #cd903550 ;
16
+ border-color: #cd9035 !important;
17
17
}
18
18
&:focus{
19
19
box-shadow: 0 0 0 0.2rem rgb(216, 176, 125);
src/sass/general.scss
Diff comments
View file @
09433ee
...
...
@@ -65,7 +65,8 @@ input::-webkit-inner-spin-button {
65
65
}
66
66
67
67
.ladda-w-100 .ladda-label{
68
- width: 100%
68
+ width: 100%;
69
+ float: right;
69
70
}
70
71
71
72
.btn-delete-image{