Commit 90b3da36 authored by kushalpandya's avatar kushalpandya

Add styles for license key preview toggle functionality

parent 4b6bcc71
......@@ -90,3 +90,31 @@
}
}
}
/* Pure CSS License Key Preview Toggle */
.modal-upload-trial-license {
.trial-license-preview,
.show-license,
.hide-license:target {
display: none;
}
.hide-license,
.hide-license:target + .show-license,
.hide-license:target ~ .trial-license-preview {
display: block;
}
.show-license,
.hide-license {
margin-top: 10px;
text-align: center;
font-size: 18px;
color: $gl-gray-light;
&:hover {
text-decoration: none;
color: $gl-gray-dark;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment