| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .side-header {
- padding: 0 4px;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 64px;
- border-bottom: 1px solid #CCCCCC;
- .header-logo {
- width: 40px;
- height: 40px;
- color: @primary-color;
- }
- .header-colls {
- position: absolute;
- right: -24px;
- background-color: transparent;
- color: white;
- padding: 0;
- z-index: 40;
- }
- }
- .header-title-text {
- color: #000000;
- margin-bottom: 0;
- flex: 1;
- text-align: left;
- }
- .menu-icon {
- width: 20px !important;
- height: 20px !important;
- }
- .menu-area {
- margin-top: 10px;
- height: calc(100vh - 65px);
- overflow-y: hidden;
- .ant-list-item {
- cursor: pointer;
- }
- .active {
- .ant-pro-list-row-title, .ant-list-item-meta-description {
- color: #3C82F6 !important;
- }
- }
- .course-active {
- border: 2px solid #3C82F6;
- border-radius: 12px;
- box-sizing: border-box;
- }
- .course-info {
- padding: 10px;
- text-align: left;
- .info-flex {
- display: flex;
- justify-content: space-between;
- margin-bottom: 5px;
- }
- }
- .list-box {
- margin: 0 10px;
- .ant-pro-card-body {
- .ant-spin-container {
- height: calc(100vh - 170px);
- overflow: auto;
- }
- }
- }
- .course-list {
- margin: 0 5px;
- color: black;
- }
- }
- .ant-menu-item-selected::before {
- content: ' ';
- width: 10px;
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- background-color: @primary-color;
- }
- .ant-menu-title-content {
- text-align: left;
- }
|