Bugfix on UI elements when no secret is found. Add copy secret button on successful retrieval. Include deployment information and updated example files.
This commit is contained in:
@ -172,9 +172,17 @@ input[type=number]
|
||||
box-shadow: 8px 8px 12px #ccc
|
||||
|
||||
.pwResult
|
||||
margin: 0.25em 0 0.75em 0
|
||||
font-size: 1.5em
|
||||
color: #f0f6f0
|
||||
|
||||
.pwResultCopy
|
||||
width: 1px
|
||||
overflow: hidden
|
||||
display: inline-block
|
||||
height: 1px
|
||||
color: rgba(255,255,255,0)
|
||||
|
||||
.shareNew
|
||||
padding: 0.5em 0.5em 0.5em 1.5em
|
||||
background-color: #{colorTwo}
|
||||
|
Reference in New Issue
Block a user