Merge branch 'master' of https://github.com/brkcvn/akaunting into responsive-control
This commit is contained in:
63
public/css/app.css
vendored
63
public/css/app.css
vendored
@ -1531,6 +1531,63 @@ button, input, optgroup, select, textarea{
|
||||
|
||||
/* after the upgrade tailwind 3.2.1, this tags font-weight changed. Added this block for now */
|
||||
|
||||
/* changelog modal styling for update center */
|
||||
|
||||
.change-log-modal .badge{
|
||||
border-radius: 1.5rem;
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(110 161 82 / var(--tw-bg-opacity));
|
||||
padding-left: 0.75rem;
|
||||
padding-right: 0.75rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 500;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.change-log-modal h2{
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 1.375rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 700;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(85 88 139 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.change-log-modal h3{
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
font-weight: 700;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(85 88 139 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.change-log-modal ul{
|
||||
margin-bottom: 0.5rem;
|
||||
list-style-position: inside;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.change-log-modal li{
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(85 88 139 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.change-log-modal a{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(110 161 82 / var(--tw-text-opacity));
|
||||
-webkit-text-decoration-line: underline;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
/* changelog modal styling for update center */
|
||||
|
||||
*, ::before, ::after{
|
||||
--tw-border-spacing-x: 0;
|
||||
--tw-border-spacing-y: 0;
|
||||
@ -48914,6 +48971,12 @@ body{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.group:hover .group-hover\:flex{
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.group:hover .group-hover\:translate-x-1{
|
||||
--tw-translate-x: 0.25rem;
|
||||
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
||||
|
Reference in New Issue
Block a user