fix : 팝업 css 수정

main
이범준 2 years ago
parent b5c8aad8d7
commit 8af5e4f7e2

@ -200,8 +200,8 @@ input[data-fmt-type=time], input[data-fmt-type=day] {
border: 1px solid #979797; } border: 1px solid #979797; }
#popupTabs div[id^="tabs"] { #popupTabs div[id^="tabs"] {
display: flex !important; display: flex ;
flex-wrap: wrap !important; flex-wrap: wrap ;
} }
.gridGroup { .gridGroup {
@ -489,33 +489,8 @@ button.btnDark {
font-weight: bold; } font-weight: bold; }
button.btnDark .ico.fa-file-pdf { button.btnDark .ico.fa-file-pdf {
font-weight: bold; } font-weight: bold; }
button.btnStrong {
height: 36px;
padding: 0 15px;
*padding: 0;
border: 1px solid #564a44;
background: #564a44;
line-height: 24px;
*line-height: 1.6em;
font-weight: bold;
color: #fff; }
button.btnStrong .ico {
font-weight: normal;
margin-right: 5px;
color: #fff; }
button.btnStrong .ico.fa-file-excel {
font-weight: bold; }
button.btnStrong .ico.fa-file-pdf {
font-weight: bold; }
button.btnSmall {
height: 15px;
padding: 0 2px;
border: 1px solid #333;
background: #f0f0ef;
line-height: 15px;
*line-height: 1.6em;
font-size: 10.8px;
letter-spacing: -0.54px; }
.listBtn{ .listBtn{

Loading…
Cancel
Save