GITLAB
Luigi
/ wrapper-demo
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
b8885d91d511cd810f3713ac39a04581acc629f0
Authored by
Luigi
2019-05-08 12:29:35 -0300
2 parents
8942da8871
1ac628ad71
Exists in
master
Merge remote-tracking branch 'upstream/develop'
Showing
1 changed file
Show diff stats
src/sass/_bootstrap.scss
Side-by-side Diff
Inline Diff
src/sass/_bootstrap.scss
Diff comments
View file @
b8885d9
1
1
button.active{
2
2
text-decoration: none;
3
3
outline: 0;
4
+ color: white;
4
5
background-color: $primary;
5
6
&:focus{
6
- box-shadow: 0 0 0 0.2rem
#d8b07d
;
7
+ box-shadow: 0 0 0 0.2rem
$primaryTransparency
;
7
8
}
8
9
}
9
10
.btn-xs {