2021-04-02 17:22:34 +05:00
|
|
|
@import '~antd/dist/antd.less';
|
|
|
|
@import './loader.css';
|
|
|
|
// Переменные для темы тут:
|
|
|
|
// https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
|
|
|
|
|
|
|
|
//@primary-color: rgba(124, 124, 124, 0.3);
|
|
|
|
@primary-color: rgb(195, 40,40);
|
|
|
|
//@primary-color:rgb(65, 63, 61);
|
|
|
|
//@layout-header-background: rgb(195, 40,40);
|
|
|
|
@layout-header-background: rgb(65, 63, 61);
|
|
|
|
|
|
|
|
#root, .app{min-height:100%;}
|
|
|
|
|
2021-05-27 12:53:42 +05:00
|
|
|
html {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2021-04-02 17:22:34 +05:00
|
|
|
.login_page{
|
|
|
|
position: absolute;
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shadow{
|
|
|
|
box-shadow: 1px 1px 4px #00000033;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-05-27 12:53:42 +05:00
|
|
|
//padding: 4px 24px;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .logo {
|
|
|
|
background-color: rgb(230, 230, 230);
|
|
|
|
border-radius: 32px;
|
|
|
|
padding: 8px 24px;
|
|
|
|
margin: 8px 10px;
|
2021-05-27 12:53:42 +05:00
|
|
|
box-shadow: 0 0 2px #fff;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .title{
|
|
|
|
flex-grow: 1;
|
|
|
|
color: #fff;
|
2021-05-27 12:53:42 +05:00
|
|
|
text-align: start;
|
|
|
|
justify-content: start;
|
|
|
|
margin-left: 100px;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.header button{
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sheet{
|
2021-05-27 12:53:42 +05:00
|
|
|
padding: 5px 24px;
|
|
|
|
min-height: 280px;
|
2021-05-27 13:46:46 +05:00
|
|
|
margin: 0 15px;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
2021-04-16 15:50:01 +05:00
|
|
|
.site-layout-background {
|
|
|
|
background: #fff;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
2021-04-16 15:50:01 +05:00
|
|
|
.border_small{
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
|
|
|
|
2021-04-16 15:50:01 +05:00
|
|
|
.display_flex_container{
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex: auto;
|
|
|
|
}
|
2021-05-27 12:53:42 +05:00
|
|
|
.display_header {
|
|
|
|
font-size: 16px;
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
}
|
2021-04-16 15:50:01 +05:00
|
|
|
|
|
|
|
.display_label{
|
|
|
|
font-size: 16px;
|
|
|
|
color: rgb(70, 70, 70);
|
|
|
|
text-align: left;
|
2021-05-27 12:53:42 +05:00
|
|
|
justify-content: center;
|
2021-04-16 15:50:01 +05:00
|
|
|
margin: 1px 1rem 1px 1rem;
|
|
|
|
flex: auto;
|
2021-05-27 12:53:42 +05:00
|
|
|
align-items: baseline;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
height: 30px;
|
2021-04-16 15:50:01 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.display_value{
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(50, 50, 50);
|
|
|
|
text-align: right;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items:baseline;
|
2021-05-19 16:05:01 +05:00
|
|
|
margin: 1px 1rem;
|
2021-04-16 15:50:01 +05:00
|
|
|
flex: auto;
|
2021-04-02 17:22:34 +05:00
|
|
|
}
|
2021-04-16 15:50:01 +05:00
|
|
|
|
|
|
|
.display_small_value{
|
|
|
|
color: rgb(50, 50, 50);
|
|
|
|
text-align: right;
|
2021-05-27 12:53:42 +05:00
|
|
|
justify-content: center;
|
2021-04-16 15:50:01 +05:00
|
|
|
margin: 1px 1rem 1px 1rem;
|
|
|
|
flex: auto;
|
2021-05-19 16:05:01 +05:00
|
|
|
}
|
2021-05-27 12:53:42 +05:00
|
|
|
|
2021-05-28 12:04:38 +05:00
|
|
|
.menu-title,
|
2021-05-27 13:46:46 +05:00
|
|
|
.chart-footer {
|
2021-05-27 12:53:42 +05:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2021-05-28 12:04:38 +05:00
|
|
|
.submit-button {
|
2021-05-27 12:53:42 +05:00
|
|
|
border-radius: 5px;
|
2021-05-28 12:04:38 +05:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 5px 5px 0;
|
2021-05-27 12:53:42 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.well_menu {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
height: 100%;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.table_row_size {
|
|
|
|
height: 10px;
|
|
|
|
}
|
2021-05-28 12:04:38 +05:00
|
|
|
|
|
|
|
.filter-selector {
|
|
|
|
width: 50%;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|