mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
52 lines
947 B
SCSS
52 lines
947 B
SCSS
@import "variables";
|
|
@import "node_modules/swiper/swiper.scss";
|
|
@import "../node_modules/react-github-button/assets/style.css";
|
|
|
|
:root {
|
|
--backgroundColor: #{$background-color};
|
|
--primaryColor: #{$primary-color};
|
|
--textColorSecondary: #{$text-color-secondary};
|
|
|
|
--amplify-primary-color: #{$primary-color};
|
|
--amplify-primary-tint: #{lighten($primary-color, 0.1)};
|
|
--amplify-primary-shade: #{$primary-color};
|
|
}
|
|
|
|
.sidebar-toggle {
|
|
font-size: 18px;
|
|
line-height: 64px;
|
|
padding: 0 24px;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
color: #FFF;
|
|
|
|
&:hover {
|
|
color: #1890ff;
|
|
}
|
|
}
|
|
|
|
.ant-spin-nested-loading > div > .ant-spin {
|
|
max-height: unset;
|
|
}
|
|
|
|
.swiper-container {
|
|
height: 100vh;
|
|
|
|
.swiper-wrapper {
|
|
position: fixed
|
|
}
|
|
}
|
|
|
|
.admin {
|
|
.sidemenu {
|
|
.ant-layout-sider-children {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.language-selector {
|
|
padding-left: 12px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|