Document form accordion styling..

This commit is contained in:
Cüneyt Şentürk
2020-12-25 01:21:46 +03:00
parent 01f8ca0d2f
commit a1f0f624ee
4 changed files with 17 additions and 7 deletions

12
public/css/custom.css vendored
View File

@ -1237,4 +1237,14 @@ table .align-items-center td span.badge {
.aka-text, .aka-text--body {
margin: 16px 0;
}
/* Document Finish */
.box-shadow-none {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none
}
.card-header.collapsed.background-none {
background-color: #f8f9fe;
}
/* Document Finish */