
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -559,1103 +559,1103 @@ |
559 | 559 |
|
560 | 560 |
} |
561 | 561 |
|
562 |
-// .content { |
|
563 |
-// .pagination { |
|
564 |
-// margin-top: 20px; |
|
565 |
-// margin-bottom: 5rem; |
|
562 |
+.content { |
|
563 |
+ .pagination { |
|
564 |
+ margin-top: 20px; |
|
565 |
+ margin-bottom: 5rem; |
|
566 | 566 |
|
567 |
-// ul { |
|
568 |
-// display: flex; |
|
569 |
-// list-style: none; |
|
570 |
-// padding: 0; |
|
571 |
-// gap: 8px; |
|
572 |
-// justify-content: center; |
|
573 |
-// align-items: center; |
|
574 |
-// } |
|
567 |
+ ul { |
|
568 |
+ display: flex; |
|
569 |
+ list-style: none; |
|
570 |
+ padding: 0; |
|
571 |
+ gap: 8px; |
|
572 |
+ justify-content: center; |
|
573 |
+ align-items: center; |
|
574 |
+ } |
|
575 | 575 |
|
576 |
-// li { |
|
577 |
-// width: 35px; |
|
578 |
-// height: 35px; |
|
579 |
-// text-align: center; |
|
580 |
-// line-height: 35px; |
|
581 |
-// border: 1px solid #BDCBE8; |
|
582 |
-// border-radius: 4px; |
|
583 |
-// cursor: pointer; |
|
584 |
-// background-color: #fff; |
|
585 |
-// color: #333; |
|
586 |
-// transition: 0.2s; |
|
587 |
-// } |
|
576 |
+ li { |
|
577 |
+ width: 35px; |
|
578 |
+ height: 35px; |
|
579 |
+ text-align: center; |
|
580 |
+ line-height: 35px; |
|
581 |
+ border: 1px solid #BDCBE8; |
|
582 |
+ border-radius: 4px; |
|
583 |
+ cursor: pointer; |
|
584 |
+ background-color: #fff; |
|
585 |
+ color: #333; |
|
586 |
+ transition: 0.2s; |
|
587 |
+ } |
|
588 | 588 |
|
589 |
-// li:hover:not(.disabled) { |
|
590 |
-// background-color: #f0f0f0; |
|
591 |
-// } |
|
589 |
+ li:hover:not(.disabled) { |
|
590 |
+ background-color: #f0f0f0; |
|
591 |
+ } |
|
592 | 592 |
|
593 |
-// li.active { |
|
594 |
-// background-color: #1D75E1; |
|
595 |
-// color: white; |
|
596 |
-// font-weight: bold; |
|
597 |
-// } |
|
593 |
+ li.active { |
|
594 |
+ background-color: #1D75E1; |
|
595 |
+ color: white; |
|
596 |
+ font-weight: bold; |
|
597 |
+ } |
|
598 | 598 |
|
599 |
-// li.arrow { |
|
600 |
-// font-weight: bold; |
|
601 |
-// } |
|
599 |
+ li.arrow { |
|
600 |
+ font-weight: bold; |
|
601 |
+ } |
|
602 | 602 |
|
603 |
-// li.disabled { |
|
604 |
-// opacity: 0.5; |
|
605 |
-// cursor: not-allowed; |
|
606 |
-// } |
|
607 |
-// } |
|
603 |
+ li.disabled { |
|
604 |
+ opacity: 0.5; |
|
605 |
+ cursor: not-allowed; |
|
606 |
+ } |
|
607 |
+ } |
|
608 | 608 |
|
609 |
-// .title { |
|
610 |
-// display: flex; |
|
611 |
-// justify-content: space-between; |
|
612 |
-// align-items: center; |
|
613 |
-// margin-bottom: 10px; |
|
609 |
+ .title { |
|
610 |
+ display: flex; |
|
611 |
+ justify-content: space-between; |
|
612 |
+ align-items: center; |
|
613 |
+ margin-bottom: 10px; |
|
614 | 614 |
|
615 |
-// h2 { |
|
616 |
-// font-size: 24px; |
|
617 |
-// font-weight: 700; |
|
618 |
-// display: flex; |
|
619 |
-// gap: 20px; |
|
615 |
+ h2 { |
|
616 |
+ font-size: 24px; |
|
617 |
+ font-weight: 700; |
|
618 |
+ display: flex; |
|
619 |
+ gap: 20px; |
|
620 | 620 |
|
621 |
-// span { |
|
622 |
-// border: 1px solid #E92727; |
|
623 |
-// border-radius: 100px; |
|
624 |
-// color: #E92727; |
|
625 |
-// font-size: 15px; |
|
626 |
-// text-align: center; |
|
627 |
-// padding: 5px 20px; |
|
628 |
-// } |
|
629 |
-// } |
|
621 |
+ span { |
|
622 |
+ border: 1px solid #E92727; |
|
623 |
+ border-radius: 100px; |
|
624 |
+ color: #E92727; |
|
625 |
+ font-size: 15px; |
|
626 |
+ text-align: center; |
|
627 |
+ padding: 5px 20px; |
|
628 |
+ } |
|
629 |
+ } |
|
630 | 630 |
|
631 |
-// .sub { |
|
632 |
-// display: flex; |
|
633 |
-// align-items: center; |
|
634 |
-// gap: 3px; |
|
635 |
-// } |
|
636 |
-// } |
|
631 |
+ .sub { |
|
632 |
+ display: flex; |
|
633 |
+ align-items: center; |
|
634 |
+ gap: 3px; |
|
635 |
+ } |
|
636 |
+ } |
|
637 | 637 |
|
638 |
-// .top-content { |
|
639 |
-// display: flex; |
|
640 |
-// gap: 40px; |
|
641 |
-// margin-bottom: 15px; |
|
642 |
-// } |
|
638 |
+ .top-content { |
|
639 |
+ display: flex; |
|
640 |
+ gap: 40px; |
|
641 |
+ margin-bottom: 15px; |
|
642 |
+ } |
|
643 | 643 |
|
644 |
-// .boxs { |
|
645 |
-// // width: 550px; |
|
644 |
+ .boxs { |
|
645 |
+ // width: 550px; |
|
646 | 646 |
|
647 |
-// .blue-box { |
|
648 |
-// width: 550px; |
|
649 |
-// height: calc(100% - 46px); |
|
650 |
-// background-color: #D7DCF1; |
|
651 |
-// border-radius: 10px; |
|
652 |
-// padding: 32px; |
|
647 |
+ .blue-box { |
|
648 |
+ width: 550px; |
|
649 |
+ height: calc(100% - 46px); |
|
650 |
+ background-color: #D7DCF1; |
|
651 |
+ border-radius: 10px; |
|
652 |
+ padding: 32px; |
|
653 | 653 |
|
654 |
-// .box { |
|
655 |
-// background-color: #fff; |
|
656 |
-// text-align: center; |
|
657 |
-// padding: 29px 0; |
|
658 |
-// border-radius: 10px; |
|
654 |
+ .box { |
|
655 |
+ background-color: #fff; |
|
656 |
+ text-align: center; |
|
657 |
+ padding: 29px 0; |
|
658 |
+ border-radius: 10px; |
|
659 | 659 |
|
660 |
-// .time { |
|
661 |
-// font-size: 35px; |
|
662 |
-// font-weight: 700; |
|
663 |
-// } |
|
660 |
+ .time { |
|
661 |
+ font-size: 35px; |
|
662 |
+ font-weight: 700; |
|
663 |
+ } |
|
664 | 664 |
|
665 |
-// } |
|
665 |
+ } |
|
666 | 666 |
|
667 |
-// .buttons { |
|
668 |
-// display: flex; |
|
669 |
-// gap: 25px; |
|
670 |
-// align-items: center; |
|
671 |
-// justify-content: center; |
|
672 |
-// margin-top: 13px; |
|
667 |
+ .buttons { |
|
668 |
+ display: flex; |
|
669 |
+ gap: 25px; |
|
670 |
+ align-items: center; |
|
671 |
+ justify-content: center; |
|
672 |
+ margin-top: 13px; |
|
673 | 673 |
|
674 |
-// i.fa-bars { |
|
675 |
-// display: block; |
|
676 |
-// width: 1px; |
|
677 |
-// height: 40px; |
|
678 |
-// background-color: #fff; |
|
679 |
-// } |
|
680 |
-// } |
|
681 |
-// } |
|
674 |
+ i.fa-bars { |
|
675 |
+ display: block; |
|
676 |
+ width: 1px; |
|
677 |
+ height: 40px; |
|
678 |
+ background-color: #fff; |
|
679 |
+ } |
|
680 |
+ } |
|
681 |
+ } |
|
682 | 682 |
|
683 |
-// .board { |
|
684 |
-// border: 1px solid #DDDDDD; |
|
685 |
-// border-radius: 10px; |
|
683 |
+ .board { |
|
684 |
+ border: 1px solid #DDDDDD; |
|
685 |
+ border-radius: 10px; |
|
686 | 686 |
|
687 |
-// table { |
|
687 |
+ table { |
|
688 | 688 |
|
689 |
-// tr { |
|
690 |
-// border-bottom: 1px solid #DDDDDD; |
|
691 |
-// } |
|
689 |
+ tr { |
|
690 |
+ border-bottom: 1px solid #DDDDDD; |
|
691 |
+ } |
|
692 | 692 |
|
693 |
-// tr:last-child { |
|
694 |
-// border: 0; |
|
695 |
-// } |
|
693 |
+ tr:last-child { |
|
694 |
+ border: 0; |
|
695 |
+ } |
|
696 | 696 |
|
697 |
-// td { |
|
698 |
-// border-radius: 10px; |
|
699 |
-// border: 0; |
|
700 |
-// text-align: center; |
|
697 |
+ td { |
|
698 |
+ border-radius: 10px; |
|
699 |
+ border: 0; |
|
700 |
+ text-align: center; |
|
701 | 701 |
|
702 |
-// p { |
|
703 |
-// padding: 4px 0; |
|
704 |
-// border-radius: 5px; |
|
705 |
-// width: 85px; |
|
706 |
-// } |
|
707 |
-// } |
|
702 |
+ p { |
|
703 |
+ padding: 4px 0; |
|
704 |
+ border-radius: 5px; |
|
705 |
+ width: 85px; |
|
706 |
+ } |
|
707 |
+ } |
|
708 | 708 |
|
709 |
-// .category-service p { |
|
710 |
-// background-color: #FED9AC; |
|
711 |
-// } |
|
709 |
+ .category-service p { |
|
710 |
+ background-color: #FED9AC; |
|
711 |
+ } |
|
712 | 712 |
|
713 |
-// .category-internal p { |
|
714 |
-// background-color: #EFF1FA; |
|
715 |
-// } |
|
713 |
+ .category-internal p { |
|
714 |
+ background-color: #EFF1FA; |
|
715 |
+ } |
|
716 | 716 |
|
717 |
-// .category-government p { |
|
718 |
-// background-color: #DFD4F0; |
|
719 |
-// } |
|
717 |
+ .category-government p { |
|
718 |
+ background-color: #DFD4F0; |
|
719 |
+ } |
|
720 | 720 |
|
721 |
-// .status p { |
|
722 |
-// border: 2px solid #AAAAAA; |
|
723 |
-// border-radius: 100px; |
|
724 |
-// color: #AAAAAA; |
|
725 |
-// font-size: 15px; |
|
726 |
-// } |
|
721 |
+ .status p { |
|
722 |
+ border: 2px solid #AAAAAA; |
|
723 |
+ border-radius: 100px; |
|
724 |
+ color: #AAAAAA; |
|
725 |
+ font-size: 15px; |
|
726 |
+ } |
|
727 | 727 |
|
728 |
-// .status-in-progress p { |
|
729 |
-// border-color: #1D75E1; |
|
730 |
-// color: #1D75E1; |
|
731 |
-// } |
|
728 |
+ .status-in-progress p { |
|
729 |
+ border-color: #1D75E1; |
|
730 |
+ color: #1D75E1; |
|
731 |
+ } |
|
732 | 732 |
|
733 |
-// .status-complete p { |
|
734 |
-// color: rgb(39, 96, 55); |
|
735 |
-// border-color: rgb(39, 96, 55); |
|
736 |
-// } |
|
733 |
+ .status-complete p { |
|
734 |
+ color: rgb(39, 96, 55); |
|
735 |
+ border-color: rgb(39, 96, 55); |
|
736 |
+ } |
|
737 | 737 |
|
738 |
-// } |
|
739 |
-// } |
|
740 |
-// } |
|
738 |
+ } |
|
739 |
+ } |
|
740 |
+ } |
|
741 | 741 |
|
742 |
-// .card { |
|
743 |
-// height: 100%; |
|
744 |
-// .color-boxs { |
|
745 |
-// display: flex; |
|
746 |
-// justify-content: space-between; |
|
747 |
-// gap: 10px; |
|
748 |
-// margin-bottom: 20px; |
|
742 |
+ .card { |
|
743 |
+ height: 100%; |
|
744 |
+ .color-boxs { |
|
745 |
+ display: flex; |
|
746 |
+ justify-content: space-between; |
|
747 |
+ gap: 10px; |
|
748 |
+ margin-bottom: 20px; |
|
749 | 749 |
|
750 |
-// .box { |
|
751 |
-// display: block; |
|
752 |
-// text-align: center; |
|
753 |
-// width: calc(100% / 6); |
|
754 |
-// background-color: #F9F9F9; |
|
755 |
-// font-size: 30px; |
|
756 |
-// font-weight: 700; |
|
757 |
-// border-radius: 10px; |
|
758 |
-// padding-bottom: 24px; |
|
750 |
+ .box { |
|
751 |
+ display: block; |
|
752 |
+ text-align: center; |
|
753 |
+ width: calc(100% / 6); |
|
754 |
+ background-color: #F9F9F9; |
|
755 |
+ font-size: 30px; |
|
756 |
+ font-weight: 700; |
|
757 |
+ border-radius: 10px; |
|
758 |
+ padding-bottom: 24px; |
|
759 | 759 |
|
760 |
-// h3 { |
|
761 |
-// background-color: #333333; |
|
762 |
-// color: #fff; |
|
763 |
-// border-radius: 10px; |
|
764 |
-// width: 100%; |
|
765 |
-// height: 50px; |
|
766 |
-// line-height: 50px; |
|
767 |
-// margin-bottom: 17px; |
|
768 |
-// font-size: 20px; |
|
769 |
-// } |
|
770 |
-// } |
|
760 |
+ h3 { |
|
761 |
+ background-color: #333333; |
|
762 |
+ color: #fff; |
|
763 |
+ border-radius: 10px; |
|
764 |
+ width: 100%; |
|
765 |
+ height: 50px; |
|
766 |
+ line-height: 50px; |
|
767 |
+ margin-bottom: 17px; |
|
768 |
+ font-size: 20px; |
|
769 |
+ } |
|
770 |
+ } |
|
771 | 771 |
|
772 |
-// .box.red { |
|
773 |
-// background-color: #FEF3F3; |
|
772 |
+ .box.red { |
|
773 |
+ background-color: #FEF3F3; |
|
774 | 774 |
|
775 |
-// h3 { |
|
776 |
-// background-color: #E92727; |
|
777 |
-// } |
|
775 |
+ h3 { |
|
776 |
+ background-color: #E92727; |
|
777 |
+ } |
|
778 | 778 |
|
779 |
-// } |
|
779 |
+ } |
|
780 | 780 |
|
781 |
-// .box.green { |
|
782 |
-// background-color: #EFF9FB; |
|
781 |
+ .box.green { |
|
782 |
+ background-color: #EFF9FB; |
|
783 | 783 |
|
784 |
-// h3 { |
|
785 |
-// background-color: #3C97AB; |
|
786 |
-// } |
|
787 |
-// } |
|
784 |
+ h3 { |
|
785 |
+ background-color: #3C97AB; |
|
786 |
+ } |
|
787 |
+ } |
|
788 | 788 |
|
789 |
-// .box.blue { |
|
790 |
-// background-color: #E9EFF8; |
|
789 |
+ .box.blue { |
|
790 |
+ background-color: #E9EFF8; |
|
791 | 791 |
|
792 |
-// h3 { |
|
793 |
-// background-color: #1D75E1; |
|
794 |
-// } |
|
795 |
-// } |
|
792 |
+ h3 { |
|
793 |
+ background-color: #1D75E1; |
|
794 |
+ } |
|
795 |
+ } |
|
796 | 796 |
|
797 |
-// .box.purple { |
|
798 |
-// background-color: #F5EFFA; |
|
797 |
+ .box.purple { |
|
798 |
+ background-color: #F5EFFA; |
|
799 | 799 |
|
800 |
-// h3 { |
|
801 |
-// background-color: #A36CD4; |
|
802 |
-// } |
|
803 |
-// } |
|
800 |
+ h3 { |
|
801 |
+ background-color: #A36CD4; |
|
802 |
+ } |
|
803 |
+ } |
|
804 | 804 |
|
805 |
-// .box.orange { |
|
806 |
-// background-color: #FFF8F3; |
|
805 |
+ .box.orange { |
|
806 |
+ background-color: #FFF8F3; |
|
807 | 807 |
|
808 |
-// h3 { |
|
809 |
-// background-color: #F7941C; |
|
810 |
-// } |
|
811 |
-// } |
|
808 |
+ h3 { |
|
809 |
+ background-color: #F7941C; |
|
810 |
+ } |
|
811 |
+ } |
|
812 | 812 |
|
813 |
-// } |
|
813 |
+ } |
|
814 | 814 |
|
815 |
-// .name-box { |
|
816 |
-// margin-bottom: 20px; |
|
815 |
+ .name-box { |
|
816 |
+ margin-bottom: 20px; |
|
817 | 817 |
|
818 |
-// .img-area { |
|
819 |
-// flex-shrink: 0; |
|
820 |
-// margin-right: 30px; |
|
821 |
-// width: 300px; |
|
822 |
-// height: 180px; |
|
823 |
-// background-color: #EFF1FA; |
|
824 |
-// border-radius: 20px; |
|
825 |
-// align-items: center; |
|
826 |
-// justify-content: center; |
|
827 |
-// display: flex; |
|
818 |
+ .img-area { |
|
819 |
+ flex-shrink: 0; |
|
820 |
+ margin-right: 30px; |
|
821 |
+ width: 300px; |
|
822 |
+ height: 180px; |
|
823 |
+ background-color: #EFF1FA; |
|
824 |
+ border-radius: 20px; |
|
825 |
+ align-items: center; |
|
826 |
+ justify-content: center; |
|
827 |
+ display: flex; |
|
828 | 828 |
|
829 | 829 |
|
830 |
-// .img { |
|
831 |
-// position: relative; |
|
832 |
-// display: flex; |
|
833 |
-// justify-self: center; |
|
834 |
-// background-color: #fff; |
|
835 |
-// width: 92px; |
|
836 |
-// height: 110px; |
|
837 |
-// padding: 8px; |
|
830 |
+ .img { |
|
831 |
+ position: relative; |
|
832 |
+ display: flex; |
|
833 |
+ justify-self: center; |
|
834 |
+ background-color: #fff; |
|
835 |
+ width: 92px; |
|
836 |
+ height: 110px; |
|
837 |
+ padding: 8px; |
|
838 | 838 |
|
839 |
-// .close-btn { |
|
840 |
-// position: absolute; |
|
841 |
-// top: 0; |
|
842 |
-// right: 10px; |
|
843 |
-// } |
|
839 |
+ .close-btn { |
|
840 |
+ position: absolute; |
|
841 |
+ top: 0; |
|
842 |
+ right: 10px; |
|
843 |
+ } |
|
844 | 844 |
|
845 |
-// img { |
|
845 |
+ img { |
|
846 | 846 |
|
847 |
-// object-fit: cover; |
|
848 |
-// width: 100%; |
|
849 |
-// height: 100%; |
|
850 |
-// } |
|
851 |
-// } |
|
852 |
-// } |
|
847 |
+ object-fit: cover; |
|
848 |
+ width: 100%; |
|
849 |
+ height: 100%; |
|
850 |
+ } |
|
851 |
+ } |
|
852 |
+ } |
|
853 | 853 |
|
854 |
-// .img-area.column { |
|
855 |
-// flex-direction: column; |
|
856 |
-// } |
|
854 |
+ .img-area.column { |
|
855 |
+ flex-direction: column; |
|
856 |
+ } |
|
857 | 857 |
|
858 |
-// form { |
|
859 |
-// input[readonly] { |
|
860 |
-// border-color: #fff; |
|
861 |
-// background-color: #fff !important; |
|
862 |
-// cursor: context-menu; |
|
863 |
-// } |
|
858 |
+ form { |
|
859 |
+ input[readonly] { |
|
860 |
+ border-color: #fff; |
|
861 |
+ background-color: #fff !important; |
|
862 |
+ cursor: context-menu; |
|
863 |
+ } |
|
864 | 864 |
|
865 |
-// .col-12 { |
|
866 |
-// input { |
|
867 |
-// margin: 9px 10px; |
|
868 |
-// } |
|
865 |
+ .col-12 { |
|
866 |
+ input { |
|
867 |
+ margin: 9px 10px; |
|
868 |
+ } |
|
869 | 869 |
|
870 |
-// label { |
|
871 |
-// line-height: 48px; |
|
872 |
-// } |
|
873 |
-// } |
|
874 |
-// } |
|
870 |
+ label { |
|
871 |
+ line-height: 48px; |
|
872 |
+ } |
|
873 |
+ } |
|
874 |
+ } |
|
875 | 875 |
|
876 |
-// } |
|
876 |
+ } |
|
877 | 877 |
|
878 |
-// .sch-form-wrap { |
|
879 |
-// justify-self: end; |
|
880 |
-// margin-bottom: 20px; |
|
878 |
+ .sch-form-wrap { |
|
879 |
+ justify-self: end; |
|
880 |
+ margin-bottom: 20px; |
|
881 | 881 |
|
882 |
-// .input-group { |
|
882 |
+ .input-group { |
|
883 | 883 |
|
884 |
-// .form-select, |
|
885 |
-// .form-control { |
|
886 |
-// height: 40px; |
|
887 |
-// border-color: #C7CFE3; |
|
888 |
-// font-size: 16px; |
|
889 |
-// } |
|
884 |
+ .form-select, |
|
885 |
+ .form-control { |
|
886 |
+ height: 40px; |
|
887 |
+ border-color: #C7CFE3; |
|
888 |
+ font-size: 16px; |
|
889 |
+ } |
|
890 | 890 |
|
891 |
-// .form-control { |
|
892 |
-// padding-right: 30px; |
|
893 |
-// padding-left: 10px; |
|
894 |
-// } |
|
891 |
+ .form-control { |
|
892 |
+ padding-right: 30px; |
|
893 |
+ padding-left: 10px; |
|
894 |
+ } |
|
895 | 895 |
|
896 |
-// .ico-sch { |
|
897 |
-// right: 5px; |
|
898 |
-// } |
|
899 |
-// } |
|
896 |
+ .ico-sch { |
|
897 |
+ right: 5px; |
|
898 |
+ } |
|
899 |
+ } |
|
900 | 900 |
|
901 |
-// } |
|
901 |
+ } |
|
902 | 902 |
|
903 |
-// .sch-form-wrap.title-wrap { |
|
904 |
-// justify-content: space-between; |
|
905 |
-// width: 100%; |
|
903 |
+ .sch-form-wrap.title-wrap { |
|
904 |
+ justify-content: space-between; |
|
905 |
+ width: 100%; |
|
906 | 906 |
|
907 |
-// h3 { |
|
908 |
-// img { |
|
909 |
-// margin: 5px 5px 0 0; |
|
910 |
-// } |
|
911 |
-// } |
|
907 |
+ h3 { |
|
908 |
+ img { |
|
909 |
+ margin: 5px 5px 0 0; |
|
910 |
+ } |
|
911 |
+ } |
|
912 | 912 |
|
913 |
-// .input-group { |
|
914 |
-// width: auto; |
|
913 |
+ .input-group { |
|
914 |
+ width: auto; |
|
915 | 915 |
|
916 |
-// } |
|
917 |
-// } |
|
916 |
+ } |
|
917 |
+ } |
|
918 | 918 |
|
919 |
-// p.require { |
|
920 |
-// text-align: right; |
|
919 |
+ p.require { |
|
920 |
+ text-align: right; |
|
921 | 921 |
|
922 |
-// img { |
|
923 |
-// margin-top: 9px; |
|
924 |
-// } |
|
925 |
-// } |
|
922 |
+ img { |
|
923 |
+ margin-top: 9px; |
|
924 |
+ } |
|
925 |
+ } |
|
926 | 926 |
|
927 |
-// .card-body { |
|
928 |
-// height: 100%; |
|
929 |
-// .flex { |
|
930 |
-// display: flex; |
|
931 |
-// align-items: center; |
|
932 |
-// } |
|
927 |
+ .card-body { |
|
928 |
+ height: 100%; |
|
929 |
+ .flex { |
|
930 |
+ display: flex; |
|
931 |
+ align-items: center; |
|
932 |
+ } |
|
933 | 933 |
|
934 |
-// .align-top { |
|
935 |
-// align-items: flex-start; |
|
936 |
-// } |
|
934 |
+ .align-top { |
|
935 |
+ align-items: flex-start; |
|
936 |
+ } |
|
937 | 937 |
|
938 |
-// .flex.sb { |
|
939 |
-// justify-content: space-between; |
|
940 |
-// } |
|
938 |
+ .flex.sb { |
|
939 |
+ justify-content: space-between; |
|
940 |
+ } |
|
941 | 941 |
|
942 |
-// .card-title { |
|
943 |
-// margin-bottom: 20px; |
|
944 |
-// } |
|
942 |
+ .card-title { |
|
943 |
+ margin-bottom: 20px; |
|
944 |
+ } |
|
945 | 945 |
|
946 |
-// .sub { |
|
947 |
-// margin-right: 20px; |
|
946 |
+ .sub { |
|
947 |
+ margin-right: 20px; |
|
948 | 948 |
|
949 |
-// img { |
|
950 |
-// width: 50px; |
|
951 |
-// height: 50px; |
|
952 |
-// } |
|
949 |
+ img { |
|
950 |
+ width: 50px; |
|
951 |
+ height: 50px; |
|
952 |
+ } |
|
953 | 953 |
|
954 |
-// .date { |
|
955 |
-// margin-left: 10px; |
|
956 |
-// } |
|
957 |
-// } |
|
954 |
+ .date { |
|
955 |
+ margin-left: 10px; |
|
956 |
+ } |
|
957 |
+ } |
|
958 | 958 |
|
959 |
-// .sch-wrap { |
|
960 |
-// border: 1px solid #213F9A; |
|
961 |
-// padding: 20px; |
|
962 |
-// border-radius: 10px; |
|
963 |
-// margin-bottom: 20px; |
|
959 |
+ .sch-wrap { |
|
960 |
+ border: 1px solid #213F9A; |
|
961 |
+ padding: 20px; |
|
962 |
+ border-radius: 10px; |
|
963 |
+ margin-bottom: 20px; |
|
964 | 964 |
|
965 |
-// .buttons { |
|
966 |
-// gap: 5px; |
|
967 |
-// margin-top: 0; |
|
968 |
-// } |
|
965 |
+ .buttons { |
|
966 |
+ gap: 5px; |
|
967 |
+ margin-top: 0; |
|
968 |
+ } |
|
969 | 969 |
|
970 |
-// .sch-form-wrap { |
|
971 |
-// margin-bottom: 0; |
|
972 |
-// } |
|
973 |
-// } |
|
970 |
+ .sch-form-wrap { |
|
971 |
+ margin-bottom: 0; |
|
972 |
+ } |
|
973 |
+ } |
|
974 | 974 |
|
975 |
-// .sch-form-wrap.search { |
|
976 |
-// position: relative; |
|
977 |
-// flex-direction: column; |
|
978 |
-// background-color: #EFF1FA; |
|
979 |
-// padding: 20px; |
|
980 |
-// border-radius: 10px; |
|
981 |
-// margin-right: 20px; |
|
982 |
-// width: 420px; |
|
983 |
-// height: 78rem; |
|
975 |
+ .sch-form-wrap.search { |
|
976 |
+ position: relative; |
|
977 |
+ flex-direction: column; |
|
978 |
+ background-color: #EFF1FA; |
|
979 |
+ padding: 20px; |
|
980 |
+ border-radius: 10px; |
|
981 |
+ margin-right: 20px; |
|
982 |
+ width: 420px; |
|
983 |
+ height: 78rem; |
|
984 | 984 |
|
985 |
-// .sidemenu { |
|
986 |
-// max-height: 66rem; |
|
987 |
-// overflow-y: auto; |
|
988 |
-// } |
|
985 |
+ .sidemenu { |
|
986 |
+ max-height: 66rem; |
|
987 |
+ overflow-y: auto; |
|
988 |
+ } |
|
989 | 989 |
|
990 |
-// details { |
|
991 |
-// width: 100%; |
|
990 |
+ details { |
|
991 |
+ width: 100%; |
|
992 | 992 |
|
993 |
-// summary { |
|
994 |
-// border: 0; |
|
995 |
-// align-items: center; |
|
996 |
-// justify-content: flex-start; |
|
997 |
-// gap: 5px; |
|
993 |
+ summary { |
|
994 |
+ border: 0; |
|
995 |
+ align-items: center; |
|
996 |
+ justify-content: flex-start; |
|
997 |
+ gap: 5px; |
|
998 | 998 |
|
999 |
-// .icon { |
|
1000 |
-// display: block; |
|
1001 |
-// } |
|
999 |
+ .icon { |
|
1000 |
+ display: block; |
|
1001 |
+ } |
|
1002 | 1002 |
|
1003 |
-// p { |
|
1004 |
-// color: #213F9A; |
|
1005 |
-// font-weight: 700; |
|
1006 |
-// margin-right: 10px; |
|
1007 |
-// } |
|
1008 |
-// } |
|
1003 |
+ p { |
|
1004 |
+ color: #213F9A; |
|
1005 |
+ font-weight: 700; |
|
1006 |
+ margin-right: 10px; |
|
1007 |
+ } |
|
1008 |
+ } |
|
1009 | 1009 |
|
1010 |
-// .arrow { |
|
1011 |
-// margin-right: 10px; |
|
1012 |
-// } |
|
1010 |
+ .arrow { |
|
1011 |
+ margin-right: 10px; |
|
1012 |
+ } |
|
1013 | 1013 |
|
1014 |
-// li { |
|
1015 |
-// margin-left: 40px; |
|
1014 |
+ li { |
|
1015 |
+ margin-left: 40px; |
|
1016 | 1016 |
|
1017 |
-// a { |
|
1018 |
-// justify-content: flex-start; |
|
1019 |
-// align-items: center; |
|
1017 |
+ a { |
|
1018 |
+ justify-content: flex-start; |
|
1019 |
+ align-items: center; |
|
1020 | 1020 |
|
1021 |
-// img { |
|
1022 |
-// margin-right: 10px; |
|
1023 |
-// } |
|
1024 |
-// } |
|
1025 |
-// } |
|
1021 |
+ img { |
|
1022 |
+ margin-right: 10px; |
|
1023 |
+ } |
|
1024 |
+ } |
|
1025 |
+ } |
|
1026 | 1026 |
|
1027 |
-// } |
|
1027 |
+ } |
|
1028 | 1028 |
|
1029 |
-// .buttons { |
|
1030 |
-// position: absolute; |
|
1031 |
-// bottom: 40px; |
|
1032 |
-// } |
|
1029 |
+ .buttons { |
|
1030 |
+ position: absolute; |
|
1031 |
+ bottom: 40px; |
|
1032 |
+ } |
|
1033 | 1033 |
|
1034 |
-// .input-group { |
|
1035 |
-// display: block; |
|
1036 |
-// margin-bottom: 20px; |
|
1037 |
-// } |
|
1034 |
+ .input-group { |
|
1035 |
+ display: block; |
|
1036 |
+ margin-bottom: 20px; |
|
1037 |
+ } |
|
1038 | 1038 |
|
1039 |
-// table { |
|
1040 |
-// width: 100%; |
|
1039 |
+ table { |
|
1040 |
+ width: 100%; |
|
1041 | 1041 |
|
1042 |
-// thead { |
|
1042 |
+ thead { |
|
1043 | 1043 |
|
1044 |
-// th { |
|
1045 |
-// background-color: #C7CFE3; |
|
1046 |
-// position: sticky; |
|
1047 |
-// top: -1px; |
|
1048 |
-// border: 1px solid #C7CFE3; |
|
1049 |
-// border-right: 1px solid #C7CFE3; |
|
1050 |
-// } |
|
1051 |
-// } |
|
1052 |
-// } |
|
1044 |
+ th { |
|
1045 |
+ background-color: #C7CFE3; |
|
1046 |
+ position: sticky; |
|
1047 |
+ top: -1px; |
|
1048 |
+ border: 1px solid #C7CFE3; |
|
1049 |
+ border-right: 1px solid #C7CFE3; |
|
1050 |
+ } |
|
1051 |
+ } |
|
1052 |
+ } |
|
1053 | 1053 |
|
1054 |
-// .table-scroll { |
|
1055 |
-// max-height: max-content; |
|
1056 |
-// /* 원하는 높이 설정 */ |
|
1057 |
-// overflow-y: auto; |
|
1058 |
-// } |
|
1059 |
-// } |
|
1054 |
+ .table-scroll { |
|
1055 |
+ max-height: max-content; |
|
1056 |
+ /* 원하는 높이 설정 */ |
|
1057 |
+ overflow-y: auto; |
|
1058 |
+ } |
|
1059 |
+ } |
|
1060 | 1060 |
|
1061 |
-// form { |
|
1062 |
-// width: 100%; |
|
1063 |
-// border: 1px solid #C7CFE3; |
|
1064 |
-// border-radius: 10px; |
|
1065 |
-// overflow: hidden; |
|
1066 |
- |
|
1067 |
-// .second-label { |
|
1068 |
-// background-color: #fff !important; |
|
1069 |
-// } |
|
1070 |
- |
|
1071 |
-// } |
|
1072 |
- |
|
1073 |
-// form.salary { |
|
1074 |
-// display: flex; |
|
1075 |
- |
|
1076 |
-// .yearsalary { |
|
1077 |
-// width: 100%; |
|
1078 |
-// } |
|
1079 |
-// } |
|
1080 |
- |
|
1081 |
-// .col-12 { |
|
1082 |
-// min-height: 4rem; |
|
1083 |
-// width: 100%; |
|
1084 |
-// display: flex; |
|
1085 |
-// border-bottom: 1px solid #C7CFE3; |
|
1086 |
- |
|
1087 |
-// label { |
|
1088 |
-// width: 140px; |
|
1089 |
-// background: #EFF1FA; |
|
1090 |
-// font-weight: 600; |
|
1091 |
-// font-size: 16px; |
|
1092 |
-// text-align: center; |
|
1093 |
-// flex-shrink: 0; |
|
1094 |
-// position: relative; |
|
1095 |
-// display: flex; |
|
1096 |
-// border-right: 1px solid #C7CFE3; |
|
1097 |
-// align-items: center; |
|
1098 |
-// justify-content: center; |
|
1099 |
- |
|
1100 |
-// p { |
|
1101 |
-// position: relative; |
|
1102 |
-// } |
|
1103 |
- |
|
1104 |
-// button { |
|
1105 |
-// margin-left: 5px; |
|
1106 |
-// } |
|
1107 |
-// } |
|
1108 |
- |
|
1109 |
-// p.require { |
|
1110 |
-// position: absolute; |
|
1111 |
-// right: -13px; |
|
1112 |
-// top: 0; |
|
1113 |
-// } |
|
1114 |
- |
|
1115 |
-// select, |
|
1116 |
-// input { |
|
1117 |
-// margin: 9px 10px; |
|
1118 |
-// border-color: #DDDDDD; |
|
1119 |
-// height: var(--tk-input-h-sm); |
|
1120 |
-// } |
|
1121 |
- |
|
1122 |
-// .form-control[readonly] { |
|
1123 |
-// background-color: #EFF1FA; |
|
1124 |
-// } |
|
1125 |
- |
|
1126 |
-// .invalid-feedback { |
|
1127 |
-// color: #E92727; |
|
1128 |
-// font-size: 13px; |
|
1129 |
-// } |
|
1130 |
- |
|
1131 |
-// .box { |
|
1132 |
-// margin: 15px 10px; |
|
1133 |
- |
|
1134 |
-// input { |
|
1135 |
-// margin: 0; |
|
1136 |
-// } |
|
1137 |
- |
|
1138 |
-// p { |
|
1139 |
-// margin-top: 5px; |
|
1140 |
-// } |
|
1141 |
-// } |
|
1142 |
- |
|
1143 |
-// .approval-container { |
|
1144 |
-// display: flex; |
|
1145 |
-// flex-direction: column; |
|
1146 |
-// gap: 8px; |
|
1147 |
-// margin: 15px 10px; |
|
1148 |
- |
|
1149 |
-// .addapproval { |
|
1150 |
-// gap: 5px; |
|
1151 |
-// align-items: center; |
|
1152 |
- |
|
1153 |
-// .form-control, |
|
1154 |
-// .form-select { |
|
1155 |
-// margin: 0; |
|
1156 |
-// flex-shrink: 0; |
|
1157 |
-// } |
|
1158 |
- |
|
1159 |
-// .delete-button { |
|
1160 |
-// margin-left: 10px; |
|
1161 |
-// } |
|
1162 |
- |
|
1163 |
-// label { |
|
1164 |
-// width: 95px; |
|
1165 |
-// line-height: 30px; |
|
1166 |
-// background-color: #333333; |
|
1167 |
-// color: #fff; |
|
1168 |
-// border-radius: 5px; |
|
1169 |
-// } |
|
1170 |
-// } |
|
1171 |
-// } |
|
1172 |
- |
|
1173 |
-// .tbl-wrap { |
|
1174 |
-// width: 100%; |
|
1175 |
- |
|
1176 |
-// table { |
|
1177 |
-// thead { |
|
1178 |
-// tr { |
|
1179 |
-// th { |
|
1180 |
-// border-right: 1px solid #C7CFE3; |
|
1181 |
-// border-bottom: 1px solid #C7CFE3; |
|
1182 |
- |
|
1183 |
-// } |
|
1184 |
- |
|
1185 |
-// th:last-child { |
|
1186 |
-// border-right: 0; |
|
1187 |
-// } |
|
1188 |
-// } |
|
1189 |
- |
|
1190 |
-// } |
|
1191 |
- |
|
1192 |
-// tbody { |
|
1193 |
-// td { |
|
1194 |
-// border-right: 1px solid #C7CFE3; |
|
1195 |
- |
|
1196 |
-// input { |
|
1197 |
-// margin: 0; |
|
1198 |
-// } |
|
1199 |
- |
|
1200 |
- |
|
1201 |
-// } |
|
1202 |
- |
|
1203 |
-// td:last-child { |
|
1204 |
-// border-right: 0; |
|
1205 |
-// } |
|
1206 |
- |
|
1207 |
-// tr:last-child td { |
|
1208 |
-// border-bottom: 0; |
|
1209 |
-// } |
|
1210 |
- |
|
1211 |
-// } |
|
1212 |
-// } |
|
1213 |
- |
|
1214 |
-// } |
|
1215 |
- |
|
1216 |
- |
|
1217 |
-// } |
|
1218 |
- |
|
1219 |
-// .col-12.form-title { |
|
1220 |
-// justify-content: center; |
|
1221 |
-// background-color: #C7CFE3; |
|
1222 |
-// font-weight: 600; |
|
1223 |
-// align-items: center; |
|
1224 |
-// gap: 10px; |
|
1225 |
-// } |
|
1226 |
- |
|
1227 |
-// .col-12.return { |
|
1228 |
-// background-color: #FFF2F2 !important; |
|
1229 |
- |
|
1230 |
-// .form-label { |
|
1231 |
-// background-color: #FBC1C1; |
|
1232 |
-// } |
|
1233 |
- |
|
1234 |
-// .form-control { |
|
1235 |
-// background-color: transparent !important; |
|
1236 |
-// border-color: transparent !important; |
|
1237 |
-// } |
|
1238 |
-// } |
|
1239 |
- |
|
1240 |
-// .border-x { |
|
1241 |
-// border: 0; |
|
1242 |
-// } |
|
1243 |
- |
|
1244 |
-// .buttons { |
|
1245 |
-// display: flex; |
|
1246 |
-// gap: 10px; |
|
1247 |
-// justify-content: end; |
|
1248 |
-// margin-top: 5rem; |
|
1061 |
+ form { |
|
1062 |
+ width: 100%; |
|
1063 |
+ border: 1px solid #C7CFE3; |
|
1064 |
+ border-radius: 10px; |
|
1065 |
+ overflow: hidden; |
|
1249 | 1066 |
|
1250 |
-// .btn-red { |
|
1251 |
-// border-color: #E92727; |
|
1252 |
-// color: #E92727; |
|
1253 |
-// background-color: #EFF1FA; |
|
1254 |
-// } |
|
1067 |
+ .second-label { |
|
1068 |
+ background-color: #fff !important; |
|
1069 |
+ } |
|
1255 | 1070 |
|
1256 |
-// } |
|
1071 |
+ } |
|
1257 | 1072 |
|
1258 |
-// .hyuga { |
|
1259 |
-// label { |
|
1260 |
-// line-height: 40rem; |
|
1261 |
-// } |
|
1073 |
+ form.salary { |
|
1074 |
+ display: flex; |
|
1262 | 1075 |
|
1263 |
-// input.textarea { |
|
1264 |
-// min-height: 40rem; |
|
1265 |
-// } |
|
1266 |
-// } |
|
1076 |
+ .yearsalary { |
|
1077 |
+ width: 100%; |
|
1078 |
+ } |
|
1079 |
+ } |
|
1267 | 1080 |
|
1268 |
-// .chuljang { |
|
1269 |
-// label { |
|
1270 |
-// line-height: 17rem; |
|
1271 |
-// } |
|
1081 |
+ .col-12 { |
|
1082 |
+ min-height: 4rem; |
|
1083 |
+ width: 100%; |
|
1084 |
+ display: flex; |
|
1085 |
+ border-bottom: 1px solid #C7CFE3; |
|
1272 | 1086 |
|
1273 |
-// input.textarea { |
|
1274 |
-// min-height: 17rem; |
|
1275 |
-// } |
|
1276 |
-// } |
|
1087 |
+ label { |
|
1088 |
+ width: 140px; |
|
1089 |
+ background: #EFF1FA; |
|
1090 |
+ font-weight: 600; |
|
1091 |
+ font-size: 16px; |
|
1092 |
+ text-align: center; |
|
1093 |
+ flex-shrink: 0; |
|
1094 |
+ position: relative; |
|
1095 |
+ display: flex; |
|
1096 |
+ border-right: 1px solid #C7CFE3; |
|
1097 |
+ align-items: center; |
|
1098 |
+ justify-content: center; |
|
1277 | 1099 |
|
1278 |
-// .form-card { |
|
1279 |
-// position: relative; |
|
1280 |
-// border: 1px solid #CCCCCC; |
|
1281 |
-// border-radius: 10px; |
|
1282 |
-// padding: 30px; |
|
1100 |
+ p { |
|
1101 |
+ position: relative; |
|
1102 |
+ } |
|
1283 | 1103 |
|
1284 |
-// h1 { |
|
1285 |
-// margin: 18px 0 48px 0; |
|
1286 |
-// text-align: center; |
|
1287 |
-// } |
|
1104 |
+ button { |
|
1105 |
+ margin-left: 5px; |
|
1106 |
+ } |
|
1107 |
+ } |
|
1288 | 1108 |
|
1289 |
-// .hyuga { |
|
1290 |
-// label { |
|
1291 |
-// line-height: 40rem; |
|
1292 |
-// } |
|
1109 |
+ p.require { |
|
1110 |
+ position: absolute; |
|
1111 |
+ right: -13px; |
|
1112 |
+ top: 0; |
|
1113 |
+ } |
|
1293 | 1114 |
|
1294 |
-// input.textarea { |
|
1295 |
-// min-height: 40rem; |
|
1296 |
-// } |
|
1297 |
-// } |
|
1115 |
+ select, |
|
1116 |
+ input { |
|
1117 |
+ margin: 9px 10px; |
|
1118 |
+ border-color: #DDDDDD; |
|
1119 |
+ height: var(--tk-input-h-sm); |
|
1120 |
+ } |
|
1298 | 1121 |
|
1299 |
-// .chuljang { |
|
1300 |
-// label { |
|
1301 |
-// line-height: 17rem; |
|
1302 |
-// } |
|
1122 |
+ .form-control[readonly] { |
|
1123 |
+ background-color: #EFF1FA; |
|
1124 |
+ } |
|
1303 | 1125 |
|
1304 |
-// input.textarea { |
|
1305 |
-// min-height: 17rem; |
|
1306 |
-// } |
|
1307 |
-// } |
|
1126 |
+ .invalid-feedback { |
|
1127 |
+ color: #E92727; |
|
1128 |
+ font-size: 13px; |
|
1129 |
+ } |
|
1308 | 1130 |
|
1309 |
-// .tbl2 { |
|
1310 |
-// width: 30rem; |
|
1131 |
+ .box { |
|
1132 |
+ margin: 15px 10px; |
|
1311 | 1133 |
|
1312 |
-// table { |
|
1313 |
-// .thead { |
|
1314 |
-// .th { |
|
1315 |
-// writing-mode: vertical-rl; |
|
1316 |
-// padding: 0; |
|
1317 |
-// width: 50px; |
|
1318 |
-// } |
|
1319 |
-// } |
|
1320 |
-// } |
|
1321 |
-// } |
|
1134 |
+ input { |
|
1135 |
+ margin: 0; |
|
1136 |
+ } |
|
1322 | 1137 |
|
1323 |
-// .approval-box { |
|
1324 |
-// position: absolute; |
|
1325 |
-// right: 30px; |
|
1326 |
-// top: 30px; |
|
1327 |
-// } |
|
1138 |
+ p { |
|
1139 |
+ margin-top: 5px; |
|
1140 |
+ } |
|
1141 |
+ } |
|
1328 | 1142 |
|
1143 |
+ .approval-container { |
|
1144 |
+ display: flex; |
|
1145 |
+ flex-direction: column; |
|
1146 |
+ gap: 8px; |
|
1147 |
+ margin: 15px 10px; |
|
1329 | 1148 |
|
1149 |
+ .addapproval { |
|
1150 |
+ gap: 5px; |
|
1151 |
+ align-items: center; |
|
1330 | 1152 |
|
1153 |
+ .form-control, |
|
1154 |
+ .form-select { |
|
1155 |
+ margin: 0; |
|
1156 |
+ flex-shrink: 0; |
|
1157 |
+ } |
|
1331 | 1158 |
|
1332 |
-// } |
|
1159 |
+ .delete-button { |
|
1160 |
+ margin-left: 10px; |
|
1161 |
+ } |
|
1333 | 1162 |
|
1334 |
-// .detail { |
|
1335 |
-// input[readonly] { |
|
1336 |
-// border-color: #fff; |
|
1337 |
-// background-color: #fff !important; |
|
1338 |
-// cursor: context-menu; |
|
1339 |
-// } |
|
1340 |
-// } |
|
1163 |
+ label { |
|
1164 |
+ width: 95px; |
|
1165 |
+ line-height: 30px; |
|
1166 |
+ background-color: #333333; |
|
1167 |
+ color: #fff; |
|
1168 |
+ border-radius: 5px; |
|
1169 |
+ } |
|
1170 |
+ } |
|
1171 |
+ } |
|
1341 | 1172 |
|
1342 |
-// .tbl2 { |
|
1343 |
-// table { |
|
1344 |
-// table-layout: fixed; |
|
1345 |
-// margin-bottom: 10px; |
|
1173 |
+ .tbl-wrap { |
|
1174 |
+ width: 100%; |
|
1346 | 1175 |
|
1347 |
-// .thead { |
|
1348 |
-// .th { |
|
1349 |
-// background-color: #C7CFE3; |
|
1350 |
-// } |
|
1176 |
+ table { |
|
1177 |
+ thead { |
|
1178 |
+ tr { |
|
1179 |
+ th { |
|
1180 |
+ border-right: 1px solid #C7CFE3; |
|
1181 |
+ border-bottom: 1px solid #C7CFE3; |
|
1351 | 1182 |
|
1352 |
-// td { |
|
1353 |
-// background-color: #EFF1FA; |
|
1354 |
-// height: 40px; |
|
1355 |
-// font-weight: 700; |
|
1356 |
-// } |
|
1357 |
-// } |
|
1183 |
+ } |
|
1358 | 1184 |
|
1359 |
-// td { |
|
1360 |
-// padding: 0; |
|
1361 |
-// border: 1px solid #C7CFE3; |
|
1362 |
-// } |
|
1185 |
+ th:last-child { |
|
1186 |
+ border-right: 0; |
|
1187 |
+ } |
|
1188 |
+ } |
|
1363 | 1189 |
|
1364 |
-// } |
|
1365 |
-// } |
|
1190 |
+ } |
|
1366 | 1191 |
|
1367 |
-// .tbl3 { |
|
1192 |
+ tbody { |
|
1193 |
+ td { |
|
1194 |
+ border-right: 1px solid #C7CFE3; |
|
1368 | 1195 |
|
1369 |
-// th, |
|
1370 |
-// td { |
|
1371 |
-// border: 0; |
|
1372 |
-// border-bottom: 0 !important; |
|
1373 |
-// } |
|
1196 |
+ input { |
|
1197 |
+ margin: 0; |
|
1198 |
+ } |
|
1374 | 1199 |
|
1375 |
-// thead { |
|
1376 |
-// background-color: #EFF1FA; |
|
1377 | 1200 |
|
1378 |
-// th { |
|
1379 |
-// padding: 10px; |
|
1380 |
-// } |
|
1381 |
-// } |
|
1201 |
+ } |
|
1382 | 1202 |
|
1383 |
-// tbody { |
|
1384 |
-// td { |
|
1385 |
-// padding: 0 10px; |
|
1203 |
+ td:last-child { |
|
1204 |
+ border-right: 0; |
|
1205 |
+ } |
|
1386 | 1206 |
|
1387 |
-// .form-select { |
|
1388 |
-// width: -webkit-fill-available; |
|
1389 |
-// } |
|
1390 |
-// } |
|
1207 |
+ tr:last-child td { |
|
1208 |
+ border-bottom: 0; |
|
1209 |
+ } |
|
1391 | 1210 |
|
1392 |
-// tr:last-child td { |
|
1393 |
-// border-bottom: 0; |
|
1394 |
-// } |
|
1395 |
-// } |
|
1396 |
-// } |
|
1211 |
+ } |
|
1212 |
+ } |
|
1397 | 1213 |
|
1214 |
+ } |
|
1398 | 1215 |
|
1399 |
-// } |
|
1400 | 1216 |
|
1401 |
-// .cost-statue { |
|
1402 |
-// border: 1px solid #213F9A; |
|
1403 |
-// border-radius: 10px; |
|
1404 |
-// display: flex; |
|
1405 |
-// margin-bottom: 10px; |
|
1406 |
-// justify-content: center; |
|
1407 |
-// align-items: center; |
|
1217 |
+ } |
|
1408 | 1218 |
|
1409 |
-// .costtitle { |
|
1410 |
-// font-size: 18px; |
|
1411 |
-// font-weight: 700; |
|
1412 |
-// margin-right: 3rem; |
|
1413 |
-// } |
|
1219 |
+ .col-12.form-title { |
|
1220 |
+ justify-content: center; |
|
1221 |
+ background-color: #C7CFE3; |
|
1222 |
+ font-weight: 600; |
|
1223 |
+ align-items: center; |
|
1224 |
+ gap: 10px; |
|
1225 |
+ } |
|
1414 | 1226 |
|
1415 |
-// .col-12 { |
|
1416 |
-// display: flex; |
|
1417 |
-// align-items: center; |
|
1227 |
+ .col-12.return { |
|
1228 |
+ background-color: #FFF2F2 !important; |
|
1418 | 1229 |
|
1419 |
-// p { |
|
1420 |
-// font-weight: 600; |
|
1421 |
-// } |
|
1230 |
+ .form-label { |
|
1231 |
+ background-color: #FBC1C1; |
|
1232 |
+ } |
|
1422 | 1233 |
|
1423 |
-// input { |
|
1424 |
-// width: 140px; |
|
1425 |
-// } |
|
1426 |
-// } |
|
1427 |
-// } |
|
1428 |
-// } |
|
1429 |
-// } |
|
1234 |
+ .form-control { |
|
1235 |
+ background-color: transparent !important; |
|
1236 |
+ border-color: transparent !important; |
|
1237 |
+ } |
|
1238 |
+ } |
|
1430 | 1239 |
|
1431 |
-// .primary { |
|
1432 |
-// background-color: #213F9A !important; |
|
1433 |
-// } |
|
1240 |
+ .border-x { |
|
1241 |
+ border: 0; |
|
1242 |
+ } |
|
1434 | 1243 |
|
1435 |
-// a:focus { |
|
1436 |
-// outline: 0; |
|
1437 |
-// } |
|
1244 |
+ .buttons { |
|
1245 |
+ display: flex; |
|
1246 |
+ gap: 10px; |
|
1247 |
+ justify-content: end; |
|
1248 |
+ margin-top: 5rem; |
|
1438 | 1249 |
|
1439 |
-// *:focus { |
|
1440 |
-// outline: 0; |
|
1441 |
-// } |
|
1250 |
+ .btn-red { |
|
1251 |
+ border-color: #E92727; |
|
1252 |
+ color: #E92727; |
|
1253 |
+ background-color: #EFF1FA; |
|
1254 |
+ } |
|
1442 | 1255 |
|
1443 |
-// .file { |
|
1444 |
-// background-color: #EFF1FA; |
|
1445 |
-// width: 120px; |
|
1446 |
-// border: #213F9A 1px solid; |
|
1447 |
-// border-radius: 10px; |
|
1448 |
-// padding: 7px 0; |
|
1449 |
-// margin-top: 10px; |
|
1450 |
-// } |
|
1256 |
+ } |
|
1451 | 1257 |
|
1452 |
-// .file-label { |
|
1453 |
-// width: inherit !important; |
|
1454 |
-// display: flex; |
|
1455 |
-// gap: 5px; |
|
1456 |
-// justify-content: center; |
|
1457 |
-// line-height: 0 !important; |
|
1458 |
-// cursor: pointer; |
|
1459 |
-// align-items: center; |
|
1258 |
+ .hyuga { |
|
1259 |
+ label { |
|
1260 |
+ line-height: 40rem; |
|
1261 |
+ } |
|
1460 | 1262 |
|
1461 |
-// p { |
|
1462 |
-// color: #000; |
|
1463 |
-// } |
|
1464 |
-// } |
|
1263 |
+ input.textarea { |
|
1264 |
+ min-height: 40rem; |
|
1265 |
+ } |
|
1266 |
+ } |
|
1465 | 1267 |
|
1466 |
-// .file-name { |
|
1467 |
-// max-width: 150px; |
|
1468 |
-// white-space: nowrap; |
|
1469 |
-// overflow: hidden; |
|
1470 |
-// text-overflow: ellipsis; |
|
1471 |
-// display: inline-block; |
|
1472 |
-// /* or block depending on layout */ |
|
1473 |
-// vertical-align: middle; |
|
1474 |
-// /* optional */ |
|
1475 |
-// } |
|
1268 |
+ .chuljang { |
|
1269 |
+ label { |
|
1270 |
+ line-height: 17rem; |
|
1271 |
+ } |
|
1476 | 1272 |
|
1477 |
-// input[type="file"] { |
|
1478 |
-// display: none; |
|
1479 |
-// } |
|
1273 |
+ input.textarea { |
|
1274 |
+ min-height: 17rem; |
|
1275 |
+ } |
|
1276 |
+ } |
|
1480 | 1277 |
|
1481 |
-// input[type="date"] { |
|
1482 |
-// width: 200px; |
|
1483 |
-// padding-right: 10px; |
|
1484 |
-// } |
|
1278 |
+ .form-card { |
|
1279 |
+ position: relative; |
|
1280 |
+ border: 1px solid #CCCCCC; |
|
1281 |
+ border-radius: 10px; |
|
1282 |
+ padding: 30px; |
|
1485 | 1283 |
|
1486 |
-// input[type="button"] { |
|
1487 |
-// width: 200px; |
|
1488 |
-// background-color: #333; |
|
1489 |
-// color: #fff; |
|
1490 |
-// padding-right: 10px; |
|
1491 |
-// } |
|
1284 |
+ h1 { |
|
1285 |
+ margin: 18px 0 48px 0; |
|
1286 |
+ text-align: center; |
|
1287 |
+ } |
|
1492 | 1288 |
|
1493 |
-// table { |
|
1494 |
-// thead { |
|
1495 |
-// .toptitle { |
|
1496 |
-// th { |
|
1497 |
-// background-color: #B7C2ED !important; |
|
1498 |
-// } |
|
1499 |
-// } |
|
1289 |
+ .hyuga { |
|
1290 |
+ label { |
|
1291 |
+ line-height: 40rem; |
|
1292 |
+ } |
|
1500 | 1293 |
|
1501 |
-// .middletitle { |
|
1502 |
-// th { |
|
1503 |
-// background-color: #DAE0F7 !important; |
|
1504 |
-// } |
|
1505 |
-// } |
|
1294 |
+ input.textarea { |
|
1295 |
+ min-height: 40rem; |
|
1296 |
+ } |
|
1297 |
+ } |
|
1506 | 1298 |
|
1507 |
-// th { |
|
1508 |
-// p { |
|
1509 |
-// background-color: #E92727; |
|
1510 |
-// border-radius: 5px; |
|
1511 |
-// color: #fff; |
|
1512 |
-// } |
|
1299 |
+ .chuljang { |
|
1300 |
+ label { |
|
1301 |
+ line-height: 17rem; |
|
1302 |
+ } |
|
1513 | 1303 |
|
1514 |
-// p.green { |
|
1515 |
-// background-color: #219A8C; |
|
1516 |
-// } |
|
1304 |
+ input.textarea { |
|
1305 |
+ min-height: 17rem; |
|
1306 |
+ } |
|
1307 |
+ } |
|
1517 | 1308 |
|
1518 |
-// p.blue { |
|
1519 |
-// background-color: #1D75E1; |
|
1520 |
-// } |
|
1521 |
-// } |
|
1522 |
-// } |
|
1309 |
+ .tbl2 { |
|
1310 |
+ width: 30rem; |
|
1523 | 1311 |
|
1524 |
-// th, |
|
1525 |
-// td { |
|
1526 |
-// border: 1px solid #C7CFE3; |
|
1527 |
-// border-bottom: 1px solid #C7CFE3 !important; |
|
1528 |
-// } |
|
1312 |
+ table { |
|
1313 |
+ .thead { |
|
1314 |
+ .th { |
|
1315 |
+ writing-mode: vertical-rl; |
|
1316 |
+ padding: 0; |
|
1317 |
+ width: 50px; |
|
1318 |
+ } |
|
1319 |
+ } |
|
1320 |
+ } |
|
1321 |
+ } |
|
1529 | 1322 |
|
1530 |
-// tbody { |
|
1531 |
-// tr { |
|
1532 |
-// th { |
|
1533 |
-// background-color: var(--tk-secondary-5) !important; |
|
1534 |
-// font-weight: 700 !important; |
|
1535 |
-// } |
|
1536 |
-// } |
|
1323 |
+ .approval-box { |
|
1324 |
+ position: absolute; |
|
1325 |
+ right: 30px; |
|
1326 |
+ top: 30px; |
|
1327 |
+ } |
|
1537 | 1328 |
|
1538 |
-// } |
|
1539 |
-// } |
|
1540 | 1329 |
|
1541 |
-// .chk-area { |
|
1542 |
-// .form-check { |
|
1543 |
-// display: flex; |
|
1544 |
-// align-items: center; |
|
1545 |
-// justify-content: center; |
|
1546 |
-// } |
|
1547 | 1330 |
|
1548 |
-// label { |
|
1549 |
-// padding-left: 30px !important; |
|
1550 |
-// line-height: 0; |
|
1551 |
-// } |
|
1552 | 1331 |
|
1553 |
-// } |
|
1332 |
+ } |
|
1554 | 1333 |
|
1555 |
-// label:focus, |
|
1556 |
-// button:focus { |
|
1557 |
-// outline: 0; |
|
1558 |
-// } |
|
1334 |
+ .detail { |
|
1335 |
+ input[readonly] { |
|
1336 |
+ border-color: #fff; |
|
1337 |
+ background-color: #fff !important; |
|
1338 |
+ cursor: context-menu; |
|
1339 |
+ } |
|
1340 |
+ } |
|
1559 | 1341 |
|
1560 |
-// .input-radio { |
|
1561 |
-// .chk-area { |
|
1562 |
-// margin: 9px 0 9px 10px; |
|
1342 |
+ .tbl2 { |
|
1343 |
+ table { |
|
1344 |
+ table-layout: fixed; |
|
1345 |
+ margin-bottom: 10px; |
|
1563 | 1346 |
|
1564 |
-// .form-check { |
|
1565 |
-// label { |
|
1566 |
-// width: auto !important; |
|
1567 |
-// line-height: 0 !important; |
|
1568 |
-// background-color: #fff !important; |
|
1569 |
-// border-right: 0 !important; |
|
1570 |
-// } |
|
1571 |
-// } |
|
1572 |
-// } |
|
1573 |
-// } |
|
1347 |
+ .thead { |
|
1348 |
+ .th { |
|
1349 |
+ background-color: #C7CFE3; |
|
1350 |
+ } |
|
1574 | 1351 |
|
1575 |
-// .popup-overlay { |
|
1576 |
-// position: fixed; |
|
1577 |
-// top: 0; |
|
1578 |
-// left: 0; |
|
1579 |
-// width: 100%; |
|
1580 |
-// height: 100%; |
|
1581 |
-// background-color: rgba(0, 0, 0, 0.5); |
|
1582 |
-// display: flex; |
|
1583 |
-// align-items: center; |
|
1584 |
-// justify-content: center; |
|
1585 |
-// z-index: 999; |
|
1586 |
-// } |
|
1352 |
+ td { |
|
1353 |
+ background-color: #EFF1FA; |
|
1354 |
+ height: 40px; |
|
1355 |
+ font-weight: 700; |
|
1356 |
+ } |
|
1357 |
+ } |
|
1587 | 1358 |
|
1588 |
-// .popup-content { |
|
1589 |
-// position: relative; |
|
1590 |
-// background: white; |
|
1591 |
-// padding: 20px; |
|
1592 |
-// border-radius: 10px; |
|
1359 |
+ td { |
|
1360 |
+ padding: 0; |
|
1361 |
+ border: 1px solid #C7CFE3; |
|
1362 |
+ } |
|
1593 | 1363 |
|
1594 |
-// text-align: center; |
|
1364 |
+ } |
|
1365 |
+ } |
|
1595 | 1366 |
|
1596 |
-// .form-control { |
|
1597 |
-// margin: 0 !important; |
|
1598 |
-// } |
|
1367 |
+ .tbl3 { |
|
1599 | 1368 |
|
1600 |
-// .card-title { |
|
1601 |
-// text-align: left; |
|
1602 |
-// } |
|
1369 |
+ th, |
|
1370 |
+ td { |
|
1371 |
+ border: 0; |
|
1372 |
+ border-bottom: 0 !important; |
|
1373 |
+ } |
|
1603 | 1374 |
|
1604 |
-// .ico-sch { |
|
1605 |
-// right: 17px !important; |
|
1606 |
-// } |
|
1375 |
+ thead { |
|
1376 |
+ background-color: #EFF1FA; |
|
1607 | 1377 |
|
1608 |
-// table { |
|
1378 |
+ th { |
|
1379 |
+ padding: 10px; |
|
1380 |
+ } |
|
1381 |
+ } |
|
1609 | 1382 |
|
1610 |
-// th, |
|
1611 |
-// td { |
|
1383 |
+ tbody { |
|
1384 |
+ td { |
|
1385 |
+ padding: 0 10px; |
|
1612 | 1386 |
|
1613 |
-// border-right: 1px solid #C7CFE3 !important; |
|
1614 |
-// } |
|
1615 |
-// } |
|
1387 |
+ .form-select { |
|
1388 |
+ width: -webkit-fill-available; |
|
1389 |
+ } |
|
1390 |
+ } |
|
1616 | 1391 |
|
1617 |
-// .close-btn { |
|
1618 |
-// position: absolute; |
|
1619 |
-// top: 20px; |
|
1620 |
-// right: 20px; |
|
1621 |
-// } |
|
1392 |
+ tr:last-child td { |
|
1393 |
+ border-bottom: 0; |
|
1394 |
+ } |
|
1395 |
+ } |
|
1396 |
+ } |
|
1622 | 1397 |
|
1623 |
-// .btn.hyuga { |
|
1624 |
-// background-color: #1D75E1; |
|
1625 |
-// } |
|
1626 | 1398 |
|
1627 |
-// .btn.chuljang { |
|
1628 |
-// background-color: #219A8C; |
|
1629 |
-// } |
|
1630 |
-// } |
|
1399 |
+ } |
|
1631 | 1400 |
|
1632 |
-// .datepicker-conts { |
|
1633 |
-// margin-bottom: 20px; |
|
1634 |
-// } |
|
1401 |
+ .cost-statue { |
|
1402 |
+ border: 1px solid #213F9A; |
|
1403 |
+ border-radius: 10px; |
|
1404 |
+ display: flex; |
|
1405 |
+ margin-bottom: 10px; |
|
1406 |
+ justify-content: center; |
|
1407 |
+ align-items: center; |
|
1635 | 1408 |
|
1636 |
-// .datepicker-input { |
|
1637 |
-// display: flex; |
|
1638 |
-// justify-content: end; |
|
1639 |
-// align-items: center; |
|
1640 |
-// gap: 5px; |
|
1409 |
+ .costtitle { |
|
1410 |
+ font-size: 18px; |
|
1411 |
+ font-weight: 700; |
|
1412 |
+ margin-right: 3rem; |
|
1413 |
+ } |
|
1641 | 1414 |
|
1642 |
-// .form-control { |
|
1643 |
-// padding-right: 16px !important; |
|
1644 |
-// border-color: #C7CFE3; |
|
1645 |
-// } |
|
1415 |
+ .col-12 { |
|
1416 |
+ display: flex; |
|
1417 |
+ align-items: center; |
|
1646 | 1418 |
|
1647 |
-// mark { |
|
1648 |
-// background-color: transparent; |
|
1649 |
-// } |
|
1650 |
-// } |
|
1419 |
+ p { |
|
1420 |
+ font-weight: 600; |
|
1421 |
+ } |
|
1651 | 1422 |
|
1652 |
-.img-area{ |
|
1653 |
- @include flex-layout(flex, center, center); |
|
1654 |
- width: 300px; |
|
1655 |
- background-color: #EFF1FA; |
|
1656 |
- border-radius: 2rem; |
|
1657 |
- padding: 3rem |
|
1423 |
+ input { |
|
1424 |
+ width: 140px; |
|
1425 |
+ } |
|
1426 |
+ } |
|
1427 |
+ } |
|
1428 |
+ } |
|
1658 | 1429 |
} |
1430 |
+ |
|
1431 |
+.primary { |
|
1432 |
+ background-color: #213F9A !important; |
|
1433 |
+} |
|
1434 |
+ |
|
1435 |
+a:focus { |
|
1436 |
+ outline: 0; |
|
1437 |
+} |
|
1438 |
+ |
|
1439 |
+*:focus { |
|
1440 |
+ outline: 0; |
|
1441 |
+} |
|
1442 |
+ |
|
1443 |
+.file { |
|
1444 |
+ background-color: #EFF1FA; |
|
1445 |
+ width: 120px; |
|
1446 |
+ border: #213F9A 1px solid; |
|
1447 |
+ border-radius: 10px; |
|
1448 |
+ padding: 7px 0; |
|
1449 |
+ margin-top: 10px; |
|
1450 |
+} |
|
1451 |
+ |
|
1452 |
+.file-label { |
|
1453 |
+ width: inherit !important; |
|
1454 |
+ display: flex; |
|
1455 |
+ gap: 5px; |
|
1456 |
+ justify-content: center; |
|
1457 |
+ line-height: 0 !important; |
|
1458 |
+ cursor: pointer; |
|
1459 |
+ align-items: center; |
|
1460 |
+ |
|
1461 |
+ p { |
|
1462 |
+ color: #000; |
|
1463 |
+ } |
|
1464 |
+} |
|
1465 |
+ |
|
1466 |
+.file-name { |
|
1467 |
+ max-width: 150px; |
|
1468 |
+ white-space: nowrap; |
|
1469 |
+ overflow: hidden; |
|
1470 |
+ text-overflow: ellipsis; |
|
1471 |
+ display: inline-block; |
|
1472 |
+ /* or block depending on layout */ |
|
1473 |
+ vertical-align: middle; |
|
1474 |
+ /* optional */ |
|
1475 |
+} |
|
1476 |
+ |
|
1477 |
+input[type="file"] { |
|
1478 |
+ display: none; |
|
1479 |
+} |
|
1480 |
+ |
|
1481 |
+input[type="date"] { |
|
1482 |
+ width: 200px; |
|
1483 |
+ padding-right: 10px; |
|
1484 |
+} |
|
1485 |
+ |
|
1486 |
+input[type="button"] { |
|
1487 |
+ width: 200px; |
|
1488 |
+ background-color: #333; |
|
1489 |
+ color: #fff; |
|
1490 |
+ padding-right: 10px; |
|
1491 |
+} |
|
1492 |
+ |
|
1493 |
+table { |
|
1494 |
+ thead { |
|
1495 |
+ .toptitle { |
|
1496 |
+ th { |
|
1497 |
+ background-color: #B7C2ED !important; |
|
1498 |
+ } |
|
1499 |
+ } |
|
1500 |
+ |
|
1501 |
+ .middletitle { |
|
1502 |
+ th { |
|
1503 |
+ background-color: #DAE0F7 !important; |
|
1504 |
+ } |
|
1505 |
+ } |
|
1506 |
+ |
|
1507 |
+ th { |
|
1508 |
+ p { |
|
1509 |
+ background-color: #E92727; |
|
1510 |
+ border-radius: 5px; |
|
1511 |
+ color: #fff; |
|
1512 |
+ } |
|
1513 |
+ |
|
1514 |
+ p.green { |
|
1515 |
+ background-color: #219A8C; |
|
1516 |
+ } |
|
1517 |
+ |
|
1518 |
+ p.blue { |
|
1519 |
+ background-color: #1D75E1; |
|
1520 |
+ } |
|
1521 |
+ } |
|
1522 |
+ } |
|
1523 |
+ |
|
1524 |
+ th, |
|
1525 |
+ td { |
|
1526 |
+ border: 1px solid #C7CFE3; |
|
1527 |
+ border-bottom: 1px solid #C7CFE3 !important; |
|
1528 |
+ } |
|
1529 |
+ |
|
1530 |
+ tbody { |
|
1531 |
+ tr { |
|
1532 |
+ th { |
|
1533 |
+ background-color: var(--tk-secondary-5) !important; |
|
1534 |
+ font-weight: 700 !important; |
|
1535 |
+ } |
|
1536 |
+ } |
|
1537 |
+ |
|
1538 |
+ } |
|
1539 |
+} |
|
1540 |
+ |
|
1541 |
+.chk-area { |
|
1542 |
+ .form-check { |
|
1543 |
+ display: flex; |
|
1544 |
+ align-items: center; |
|
1545 |
+ justify-content: center; |
|
1546 |
+ } |
|
1547 |
+ |
|
1548 |
+ label { |
|
1549 |
+ padding-left: 30px !important; |
|
1550 |
+ line-height: 0; |
|
1551 |
+ } |
|
1552 |
+ |
|
1553 |
+} |
|
1554 |
+ |
|
1555 |
+label:focus, |
|
1556 |
+button:focus { |
|
1557 |
+ outline: 0; |
|
1558 |
+} |
|
1559 |
+ |
|
1560 |
+.input-radio { |
|
1561 |
+ .chk-area { |
|
1562 |
+ margin: 9px 0 9px 10px; |
|
1563 |
+ |
|
1564 |
+ .form-check { |
|
1565 |
+ label { |
|
1566 |
+ width: auto !important; |
|
1567 |
+ line-height: 0 !important; |
|
1568 |
+ background-color: #fff !important; |
|
1569 |
+ border-right: 0 !important; |
|
1570 |
+ } |
|
1571 |
+ } |
|
1572 |
+ } |
|
1573 |
+} |
|
1574 |
+ |
|
1575 |
+.popup-overlay { |
|
1576 |
+ position: fixed; |
|
1577 |
+ top: 0; |
|
1578 |
+ left: 0; |
|
1579 |
+ width: 100%; |
|
1580 |
+ height: 100%; |
|
1581 |
+ background-color: rgba(0, 0, 0, 0.5); |
|
1582 |
+ display: flex; |
|
1583 |
+ align-items: center; |
|
1584 |
+ justify-content: center; |
|
1585 |
+ z-index: 999; |
|
1586 |
+} |
|
1587 |
+ |
|
1588 |
+.popup-content { |
|
1589 |
+ position: relative; |
|
1590 |
+ background: white; |
|
1591 |
+ padding: 20px; |
|
1592 |
+ border-radius: 10px; |
|
1593 |
+ |
|
1594 |
+ text-align: center; |
|
1595 |
+ |
|
1596 |
+ .form-control { |
|
1597 |
+ margin: 0 !important; |
|
1598 |
+ } |
|
1599 |
+ |
|
1600 |
+ .card-title { |
|
1601 |
+ text-align: left; |
|
1602 |
+ } |
|
1603 |
+ |
|
1604 |
+ .ico-sch { |
|
1605 |
+ right: 17px !important; |
|
1606 |
+ } |
|
1607 |
+ |
|
1608 |
+ table { |
|
1609 |
+ |
|
1610 |
+ th, |
|
1611 |
+ td { |
|
1612 |
+ |
|
1613 |
+ border-right: 1px solid #C7CFE3 !important; |
|
1614 |
+ } |
|
1615 |
+ } |
|
1616 |
+ |
|
1617 |
+ .close-btn { |
|
1618 |
+ position: absolute; |
|
1619 |
+ top: 20px; |
|
1620 |
+ right: 20px; |
|
1621 |
+ } |
|
1622 |
+ |
|
1623 |
+ .btn.hyuga { |
|
1624 |
+ background-color: #1D75E1; |
|
1625 |
+ } |
|
1626 |
+ |
|
1627 |
+ .btn.chuljang { |
|
1628 |
+ background-color: #219A8C; |
|
1629 |
+ } |
|
1630 |
+} |
|
1631 |
+ |
|
1632 |
+.datepicker-conts { |
|
1633 |
+ margin-bottom: 20px; |
|
1634 |
+} |
|
1635 |
+ |
|
1636 |
+.datepicker-input { |
|
1637 |
+ display: flex; |
|
1638 |
+ justify-content: end; |
|
1639 |
+ align-items: center; |
|
1640 |
+ gap: 5px; |
|
1641 |
+ |
|
1642 |
+ .form-control { |
|
1643 |
+ padding-right: 16px !important; |
|
1644 |
+ border-color: #C7CFE3; |
|
1645 |
+ } |
|
1646 |
+ |
|
1647 |
+ mark { |
|
1648 |
+ background-color: transparent; |
|
1649 |
+ } |
|
1650 |
+} |
|
1651 |
+ |
|
1652 |
+// .img-area{ |
|
1653 |
+// @include flex-layout(flex, center, center); |
|
1654 |
+// width: 300px; |
|
1655 |
+// background-color: #EFF1FA; |
|
1656 |
+// border-radius: 2rem; |
|
1657 |
+// padding: 3rem |
|
1658 |
+// } |
|
1659 | 1659 |
|
1660 | 1660 |
.schedule-zone { |
1661 | 1661 |
@include flex-layout(flex, stretch); |
... | ... | @@ -1691,74 +1691,74 @@ |
1691 | 1691 |
} |
1692 | 1692 |
} |
1693 | 1693 |
|
1694 |
-.tbl-wrap { |
|
1695 |
- border: 1px solid var(--#{$prefix}secondary-30); |
|
1696 |
- border-radius: 1rem; |
|
1697 |
- .tbl { |
|
1694 |
+// .tbl-wrap { |
|
1695 |
+// border: 1px solid var(--#{$prefix}secondary-30); |
|
1696 |
+// border-radius: 1rem; |
|
1697 |
+// .tbl { |
|
1698 | 1698 |
|
1699 |
- &.data { |
|
1700 |
- tr{ |
|
1701 |
- &:last-child { |
|
1702 |
- td,th{ |
|
1703 |
- border-bottom: 0; |
|
1704 |
- } |
|
1705 |
- } |
|
1706 |
- } |
|
1707 |
- th, |
|
1708 |
- td { |
|
1709 |
- padding: var(--#{$prefix}spacer-1) var(--#{$prefix}spacer-4); |
|
1710 |
- border-bottom: 1px solid; |
|
1711 |
- line-height: $line-height-base; |
|
1712 |
- vertical-align: middle; |
|
1713 |
- } |
|
1714 |
- tbody { |
|
1715 |
- th{ |
|
1716 |
- background-color: var(--#{$prefix}secondary-5); |
|
1717 |
- } |
|
1699 |
+// &.data { |
|
1700 |
+// tr{ |
|
1701 |
+// &:last-child { |
|
1702 |
+// td,th{ |
|
1703 |
+// border-bottom: 0; |
|
1704 |
+// } |
|
1705 |
+// } |
|
1706 |
+// } |
|
1707 |
+// th, |
|
1708 |
+// td { |
|
1709 |
+// padding: var(--#{$prefix}spacer-1) var(--#{$prefix}spacer-4); |
|
1710 |
+// border-bottom: 1px solid; |
|
1711 |
+// line-height: $line-height-base; |
|
1712 |
+// vertical-align: middle; |
|
1713 |
+// } |
|
1714 |
+// tbody { |
|
1715 |
+// th{ |
|
1716 |
+// background-color: var(--#{$prefix}secondary-5); |
|
1717 |
+// } |
|
1718 | 1718 |
|
1719 |
- } |
|
1720 |
- } |
|
1721 |
- &.radius-table{ |
|
1722 |
- tr{ |
|
1723 |
- &:first-child { |
|
1724 |
- th { |
|
1725 |
- border-radius: 1rem 0 0 0; |
|
1726 |
- } |
|
1727 |
- td { |
|
1728 |
- border-radius: 0 1rem 0 0; |
|
1729 |
- } |
|
1730 |
- } |
|
1731 |
- &:last-child { |
|
1732 |
- th { |
|
1733 |
- &:first-child { |
|
1734 |
- border-radius: 0 0 0 1rem; |
|
1735 |
- } |
|
1736 |
- } |
|
1737 |
- td { |
|
1738 |
- border-radius: 0 0 1rem 0; |
|
1739 |
- } |
|
1740 |
- } |
|
1741 |
- } |
|
1742 |
- } |
|
1743 |
- } |
|
1744 |
-} |
|
1719 |
+// } |
|
1720 |
+// } |
|
1721 |
+// &.radius-table{ |
|
1722 |
+// tr{ |
|
1723 |
+// &:first-child { |
|
1724 |
+// th { |
|
1725 |
+// border-radius: 1rem 0 0 0; |
|
1726 |
+// } |
|
1727 |
+// td { |
|
1728 |
+// border-radius: 0 1rem 0 0; |
|
1729 |
+// } |
|
1730 |
+// } |
|
1731 |
+// &:last-child { |
|
1732 |
+// th { |
|
1733 |
+// &:first-child { |
|
1734 |
+// border-radius: 0 0 0 1rem; |
|
1735 |
+// } |
|
1736 |
+// } |
|
1737 |
+// td { |
|
1738 |
+// border-radius: 0 0 1rem 0; |
|
1739 |
+// } |
|
1740 |
+// } |
|
1741 |
+// } |
|
1742 |
+// } |
|
1743 |
+// } |
|
1744 |
+// } |
|
1745 | 1745 |
|
1746 |
-.d-flex{ |
|
1747 |
- @include flex-layout(flex, center); |
|
1746 |
+// .d-flex{ |
|
1747 |
+// @include flex-layout(flex, center); |
|
1748 | 1748 |
|
1749 |
- &.justify-between { |
|
1750 |
- justify-content: space-between; |
|
1751 |
- } |
|
1752 |
- &.justify-end { |
|
1753 |
- justify-content: flex-end; |
|
1754 |
- } |
|
1749 |
+// &.justify-between { |
|
1750 |
+// justify-content: space-between; |
|
1751 |
+// } |
|
1752 |
+// &.justify-end { |
|
1753 |
+// justify-content: flex-end; |
|
1754 |
+// } |
|
1755 | 1755 |
|
1756 |
- &.aling-start { |
|
1757 |
- align-items: flex-start; |
|
1758 |
- } |
|
1759 |
- &.aling-end { |
|
1760 |
- align-items: flex-end; |
|
1761 |
- } |
|
1756 |
+// &.aling-start { |
|
1757 |
+// align-items: flex-start; |
|
1758 |
+// } |
|
1759 |
+// &.aling-end { |
|
1760 |
+// align-items: flex-end; |
|
1761 |
+// } |
|
1762 | 1762 |
|
1763 |
- gap: 1rem; |
|
1764 |
-}(파일 끝에 줄바꿈 문자 없음) |
|
1763 |
+// gap: 1rem; |
|
1764 |
+// }(파일 끝에 줄바꿈 문자 없음) |
--- client/views/pages/User/Login.vue
+++ client/views/pages/User/Login.vue
... | ... | @@ -6,23 +6,23 @@ |
6 | 6 |
<h2 class="card-title text-center pb-0 fs-4"><img :src="logo" alt="로고"></h2> |
7 | 7 |
</div> |
8 | 8 |
|
9 |
- <form class="row g-3 needs-validation" :class="{ 'was-validated': formSubmitted }" novalidate @submit.prevent="handleLogin"> |
|
9 |
+ <div class="row g-3 needs-validation" :class="{ 'was-validated': formSubmitted }"> |
|
10 | 10 |
<div class="box"> |
11 | 11 |
<label for="yourUsername" class="form-label"><img :src="idIcon" alt="아이디 아이콘">아이디</label> |
12 | 12 |
<div class="input-group has-validation"> |
13 |
- <input v-model="userInfo.loginId" ref="loginId" type="text" name="username" class="form-control" id="yourUsername" placeholder="아이디를 입력하세요." required> |
|
13 |
+ <input v-model="userInfo.loginId" ref="loginId" type="text" name="username" class="form-control sm" id="yourUsername" placeholder="아이디를 입력하세요." required> |
|
14 | 14 |
</div> |
15 | 15 |
</div> |
16 | 16 |
|
17 | 17 |
<div class="box"> |
18 | 18 |
<label for="yourPassword" class="form-label"><img :src="passwordIcon" alt="비밀번호 아이콘">비밀번호</label> |
19 |
- <input v-model="userInfo.password" ref="password" type="password" name="password" class="form-control" id="yourPassword" placeholder="비밀번호를 입력하세요." required> |
|
19 |
+ <input v-model="userInfo.password" ref="password" type="password" name="password" class="form-control sm" id="yourPassword" placeholder="비밀번호를 입력하세요." required> |
|
20 | 20 |
</div> |
21 | 21 |
|
22 | 22 |
<div class="box"> |
23 |
- <button class="btn sm sm" type="submit"><img :src="loginIcon" alt="로그인 아이콘">로그인</button> |
|
23 |
+ <button class="btn md" type="submit" @click="handleLogin"><img :src="loginIcon" alt="로그인 아이콘">로그인</button> |
|
24 | 24 |
</div> |
25 |
- </form> |
|
25 |
+ </div> |
|
26 | 26 |
</div> |
27 | 27 |
</div> |
28 | 28 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?