| Server IP : 170.10.161.225 / Your IP : 216.73.217.54 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /home/www/calvetrealty.com/wp-content/plugins/readabler/sass/usage-analytics/ |
Upload File : |
@import "vars"
.mdp-readabler-usage-analytics
.mdp-readabler-usage-analytics-tabs
width: 100%
display: flex
flex-direction: column
border-top: 1px solid $wpBorderColor
margin: 0 0 -12px 0
.mdp-readabler-usage-analytics-tabs--header
width: 100%
display: flex
flex-direction: row
column-gap: 10px
row-gap: 10px
button
&.mdp-readabler-usage-analytics-tabs--header-item
display: inline-flex
padding: 0
margin: 0
font-size: 14px
min-height: 40px
line-height: 1.25
background: none
border: none
border-radius: 0
box-shadow: none
cursor: pointer
transition: all 0.2s ease-in-out
border-bottom: 2px solid transparent
&:hover
color: $wpAdminColorHover
border-bottom: 2px solid $wpBorderColor
transition: all 0.2s ease-in-out
text-decoration: underline
&.active
color: $wpAdminColor
border-bottom: 2px solid $wpAdminColor
transition: all 0.2s ease-in-out
&:hover
color: $wpAdminColorHover
border-bottom: 2px solid $wpAdminColorHover
transition: all 0.2s ease-in-out
text-decoration: none
.mdp-readabler-usage-analytics-tabs--content
width: 100%
flex-direction: column
.mdp-readabler-usage-analytics-tabs--content-item
display: none
width: 100%
&.active
display: flex
animation: readabler-fade-in
animation-duration: 1s
animation-fill-mode: both
padding: 8px 0 12px 0
@keyframes readabler-fade-in
0%
opacity: 0
100%
opacity: 1