production-taskbar-client / src / renderer / features / informing / InformingPage.less
InformingPage.less
Raw
@import "../../app/vars.less";

.informing-page {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100vh;
  justify-content: space-between;
}

.informing-page__footer {
  display: flex;
  flex-direction: column;
  margin: 3px;
}

.ant-btn.informing-page__close-button {
  background: @primary-color;
  color: @background-color;
  height: auto;
  font-weight: bold;
  font-size: large;
}

.overflow-hidden {
  overflow: hidden;
}

.informing-page__close-timer {
  position: fixed;
  bottom: 0;
  right: 0;
  background: @background-color;
  padding: 0 4px;
  font-size: smaller;
  font-weight: bold;
  color: @primary-color;
  border-radius: 8px 0;
}