mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
36
httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css
vendored
Normal file
36
httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
.pricing-plans-comparison .table tr > th:first-child,
|
||||
.pricing-plans-comparison .table tr > td:first-child {
|
||||
white-space: nowrap;
|
||||
text-align: start;
|
||||
}
|
||||
.pricing-plans-comparison .table tbody tr:last-child td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.price-yearly-toggle {
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.light-style .bg-alt-pricing {
|
||||
background-color: #f8f7fa;
|
||||
}
|
||||
|
||||
.dark-style .bg-alt-pricing {
|
||||
background-color: #25293c;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.pricing-free-trial img {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
html:not([dir=rtl]) .pricing-free-trial img {
|
||||
right: 0;
|
||||
}
|
||||
[dir=rtl] .pricing-free-trial img {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user