PHRAS-3164 Fix on lightbox

This commit is contained in:
Harrys Ravalomanana
2020-07-08 15:17:22 +04:00
parent 43c343439e
commit 4b9ee4f6a5
3 changed files with 9 additions and 5 deletions

View File

@@ -730,4 +730,8 @@ a.btn-info {
transition: all 0.3s ease-out 0s;
padding: 10px;
border-radius: 5px;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
padding: 0!important;
}