change log modal styling

This commit is contained in:
Burak Civan
2022-11-02 11:15:28 +03:00
parent 94554a463e
commit 92e47795eb
3 changed files with 69 additions and 5 deletions

50
public/css/app.css vendored
View File

@ -1531,6 +1531,48 @@ 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 h2{
margin-bottom: 0.75rem;
font-size: 1.375rem;
line-height: 1.5rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(66 66 66 / var(--tw-text-opacity));
}
.change-log-modal h3{
margin-bottom: 0.75rem;
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(66 66 66 / var(--tw-text-opacity));
}
.change-log-modal ul{
margin-bottom: 0.75rem;
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(66 66 66 / var(--tw-text-opacity));
}
.change-log-modal a{
--tw-text-opacity: 1;
color: rgb(85 88 139 / 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;
@ -50876,6 +50918,10 @@ body{
width: 8.333333%;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-3\/12{
width: 25%;
}
@ -50940,10 +50986,6 @@ body{
width: 1rem;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-2\/4{
width: 50%;
}