mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
70
scss/includes/util-5etools.scss
Normal file
70
scss/includes/util-5etools.scss
Normal file
@@ -0,0 +1,70 @@
|
||||
@import "vars";
|
||||
|
||||
.clickable {
|
||||
&--link {
|
||||
color: $rgb-link-blue !important;
|
||||
}
|
||||
}
|
||||
|
||||
.plain {
|
||||
font-weight: initial !important;
|
||||
font-style: initial !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.fade {
|
||||
transition: opacity $time-3-frames linear;
|
||||
}
|
||||
|
||||
.float-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.stripe- {
|
||||
&even {
|
||||
&:nth-child(even) {
|
||||
background: $rgb-stripe-grey;
|
||||
}
|
||||
|
||||
&--faint:nth-child(even) {
|
||||
background: $rgb-stripe-grey--faint;
|
||||
}
|
||||
}
|
||||
|
||||
&odd {
|
||||
&:nth-child(odd) {
|
||||
background: $rgb-stripe-grey;
|
||||
}
|
||||
|
||||
&--faint:nth-child(odd) {
|
||||
background: $rgb-stripe-grey--faint;
|
||||
}
|
||||
}
|
||||
|
||||
&child- {
|
||||
&even-first {
|
||||
&:nth-child(even) > :first-child {
|
||||
background: $rgb-stripe-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.veapp {
|
||||
&__ {
|
||||
&ele-hoverable {
|
||||
&:hover {
|
||||
background: $rgb-bg--alt;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.last-mr-0:last-child {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
// redefine this here to ensure it overrides all the important display types above
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user