Skip to content

Commit

Permalink
fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
TortitasT committed Sep 28, 2022
1 parent 8b87b13 commit c9051c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "descom-ui",
"version": "0.3.2",
"version": "0.3.3",
"description": "Common Vue.js components we use at Descom.es",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions src/lib-components/UiButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ button,
text-transform: uppercase;
}
&--relative {
position: relative;
overflow: hidden;
}
color: white;
background-color: #007bff;
&:hover {
Expand Down

0 comments on commit c9051c0

Please sign in to comment.