Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .form-copy {
- height: 60px;
- margin: 0px;
- width: 100%;
- padding: 0 14px;
- border: solid 1px #bfbfbf;
- background: #f9f9f9;
- border-radius: 5px;
- }
- button.btn-copy{
- padding: 20px 10px;
- color: #fff;
- background-color: #5cb85c;
- border-color: #419641;
- border-top: solid 2px #84d884;
- border-left: solid 2px #84d884;
- border-right: solid 2px #419641;
- border-bottom: solid 2px #419641;
- }
- button.btn-copy:hover{
- background-color: #419641;
- }
- input#code:focus {
- outline: none!important;
- }
- .btn-circle {
- border-radius: 50%;
- position: relative;
- top: -29px;
- float: right;
- border-color: #5cb85c;
- }
Advertisement
Add Comment
Please, Sign In to add comment