Skip to content

Commit

Permalink
fix: remove z-index from button
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 19, 2021
1 parent f7f0a84 commit 5806d0f
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions src/css/button.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

/*================================
Button
================================*/
button {
background: #3790ff;
padding: 10px;
Expand All @@ -20,7 +16,7 @@ button {
align-items: center;
font-size: 24px;
font-size: 1.5rem;
z-index: 5;
/*z-index: 5;*/
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
Expand All @@ -38,24 +34,6 @@ button {
transition: all .2s ease-out;
}

.btn {
/*display: inline-block;*/
/*background-color: #192d3e;*/
/*color: white;*/
/*border: 0;*/
font-weight: bold;
/*padding: 0.5em 1em;*/
text-align: center;
/*border-radius: 5px;*/
}

.btn:focus,
.btn:hover{
/*opacity:.8;*/
/*text-decoration: none;*/
background-color:#005bcc;
}

/*================================
Styled Button
================================*/
Expand All @@ -67,7 +45,7 @@ button {
button.outline {
display: inline;
position: relative;
z-index: 3;
/*z-index: 3;*/
background: transparent;
color: #1172c4;
font-size: 14px;
Expand Down

0 comments on commit 5806d0f

Please sign in to comment.