summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/bootstrap/less/close.less
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/bootstrap/less/close.less')
-rw-r--r--openstack_dashboard/static/bootstrap/less/close.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/openstack_dashboard/static/bootstrap/less/close.less b/openstack_dashboard/static/bootstrap/less/close.less
new file mode 100644
index 00000000..a0e5edba
--- /dev/null
+++ b/openstack_dashboard/static/bootstrap/less/close.less
@@ -0,0 +1,18 @@
+// CLOSE ICONS
+// -----------
+
+.close {
+ float: right;
+ font-size: 20px;
+ font-weight: bold;
+ line-height: @baseLineHeight;
+ color: @black;
+ text-shadow: 0 1px 0 rgba(255,255,255,1);
+ .opacity(20);
+ &:hover {
+ color: @black;
+ text-decoration: none;
+ .opacity(40);
+ cursor: pointer;
+ }
+}