Skip to content

Commit

Permalink
Fixed #1213 - Improve style of p-link component
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 2, 2020
1 parent 08f38d8 commit a512fd2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/components/common/Common.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ button {
}

.p-link {
text-align: left;
text-align: left;
background: transparent;
background-color: transparent;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -181,7 +182,7 @@ button {
/* Floating Label */
.p-float-label {
display: block;
position:relative;
position:relative;
}

.p-float-label > label {
Expand All @@ -191,9 +192,9 @@ button {
left: .25em;
top: 50%;
margin-top: -.5em;
transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
color: #898989;
line-height: 1;
}
}

0 comments on commit a512fd2

Please sign in to comment.