.experiment-drawer { :global { .ant-drawer-body { overflow-y: hidden; } } &__tabs { height: calc(100% - 170px); :global { .ant-tabs-nav { padding-left: 24px; background-color: #f8fbff; border: 1px solid #e0eaff; } .ant-tabs-content-holder { .ant-tabs-content { height: 100%; .ant-tabs-tabpane { height: 100%; } } } } } &__info { display: flex; align-items: center; margin-bottom: 15px; padding-left: 24px; color: @text-color; font-size: 15px; } &__status-dot { width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; } &__log { height: 100%; padding: 8px; background: white; } }