Added conditioned button
This commit is contained in:
@@ -46,3 +46,32 @@
|
||||
.button:hover {
|
||||
background: linear-gradient(180deg, #5359f2 0%, #2e3288 100%);
|
||||
}
|
||||
.mngEnvKeyButton {
|
||||
display: inline-flex;
|
||||
padding: 8px 12px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #5358f200;
|
||||
}
|
||||
.mngEnvKeyButton > p {
|
||||
color: #8187ff;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: normal;
|
||||
cursor: pointer;
|
||||
}
|
||||
.mngEnvKeyButton:hover p {
|
||||
color: white;
|
||||
}
|
||||
.mngEnvKeyButton:hover {
|
||||
border: 1px solid #5359f2;
|
||||
background: linear-gradient(180deg, #5359f2 0%, #2e3288 100%);
|
||||
}
|
||||
.mngEnvKeyButton:hover path {
|
||||
stroke: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user