added styling classnames
This commit is contained in:
parent
8ef6f743bd
commit
86b6dc51ac
6
presets.js
vendored
6
presets.js
vendored
@ -168,7 +168,10 @@ module.exports = {
|
||||
'dark-blue': '#15284B',
|
||||
'lighter-gray': '#F2F2F5',
|
||||
'purple-lighter': '#F2F4FC',
|
||||
'modal-background': 'rgba(0, 0, 0, 0.3)'
|
||||
'modal-background': 'rgba(0, 0, 0, 0.3)',
|
||||
'black-medium': '#424242',
|
||||
'red-light': '#FF6B6B',
|
||||
'default': '#6ea152',
|
||||
},
|
||||
|
||||
spacing: {
|
||||
@ -181,6 +184,7 @@ module.exports = {
|
||||
'33': '8.5rem',
|
||||
'37': '9.25rem',
|
||||
'46': '46.875rem',
|
||||
'98': '27.8rem',
|
||||
},
|
||||
|
||||
margin: {
|
||||
|
657
public/css/app.css
vendored
657
public/css/app.css
vendored
File diff suppressed because it is too large
Load Diff
12
resources/assets/sass/app.css
vendored
12
resources/assets/sass/app.css
vendored
@ -521,6 +521,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
right: 16.5rem;
|
||||
}
|
||||
|
||||
/* plans page accordion */
|
||||
.active-accordion .js-accordions-text {
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.active-accordion i {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
/* plans page accordion */
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.small-table-width {
|
||||
width: 450px;
|
||||
|
18
safelist.txt
18
safelist.txt
@ -3,3 +3,21 @@ lg:mt-2
|
||||
ltr:-right-1.5
|
||||
rtl:-left-1.5
|
||||
lg:pl-24
|
||||
lg:text-6xl
|
||||
lg:h-6
|
||||
lg:text-xl
|
||||
lg:grid-cols-2
|
||||
ltr:pr-20
|
||||
rtl:pl-20
|
||||
lg:grid-cols-3
|
||||
lg:my-16
|
||||
lg:h-98
|
||||
lg:leading-4
|
||||
lg:ltr:ml-72
|
||||
lg:rtl:mr-72
|
||||
lg:space-x-8
|
||||
lg:text-4xl
|
||||
ltr:border-l-8
|
||||
rtl:border-r-8
|
||||
lg:max-w-lg
|
||||
sm:max-w-4xl
|
Loading…
x
Reference in New Issue
Block a user