changes
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#__nuxt {
|
||||
// like Bulma's .container
|
||||
max-width: 1900px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// Tooltip Styles
|
||||
.tooltiptext {
|
||||
opacity: 0;
|
||||
@@ -22,20 +30,9 @@
|
||||
box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.to-left {
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
@mixin tooltipshow() {
|
||||
.control:hover .tooltiptext {
|
||||
opacity: 1;
|
||||
position: absolute;
|
||||
min-width: 300px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.control:hover .tooltiptext {
|
||||
@include tooltipshow();
|
||||
}
|
||||
.control:hover .tooltiptext .to-left {
|
||||
@include tooltipshow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user