Newer
Older
@import '../../css/vars.scss';
.panel-left {
::ng-deep.mat-drawer-inner-container {
display: flex;
flex-direction: column;
}
}
.document-container {
flex: 1;
padding-left: 50px;
padding-right: 50px;
@media (max-width: 768px) {
padding-left: 0px;
padding-right: 0px;
}
color: white;
margin-top: 0px;
width: 100%;
overflow: hidden;
background-color: $primary;
.content {
overflow-y: auto;
overflow-x: hidden;
position: relative;
height: 100%;
min-height: 200px;
width: 100%;
border-radius: 0px;
box-shadow: none;
border: solid 1px white;
justify-content: center;
display: flex;
align-items: center;
text-align: center;
font-weight: bold;
flex-direction: column;
}
}
.indexing-form-container {
height: 100%;
overflow: auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
@media (max-width: 768px) {
padding-right: 0px;
padding-left: 0px;
}
}
.actions-indexing-form {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.07);
padding-left: 40px;
padding-right: 40px;
@media (max-width: 768px) {
padding-left: 0px;
padding-right: 0px;
}
}
.emptyModel {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
justify-content: center;
text-align: center;
padding-left: 20px;
padding-right: 20px;
font-size: 25px;
opacity: 0.3;
font-weight: bold;
}
.listModels {
background: #F9F9F9;
display: flex;
padding: 10px;
padding-left: 40px;
padding-right: 40px;
@media (max-width: 768px) {
padding-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
}
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
.mat-icon {
font-size: 20px;
height: auto;
}
&-button {
margin-right:20px;
width: 450px !important;
}
}
::ng-deep.listModels-menu {
min-width: 450px !important;
.mat-menu-item:hover:hover {
.listModels-menu-badge {
background: white !important;
color: $primary !important;
}
.listModels-menu-delete {
.mat-icon {
color: white !important;
}
}
}
&-badge {
font-size: 70%;
background: $primary;
padding: 2px;
border-radius: 20px;
color: white;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
&-delete {
.mat-icon {
margin-right: 0px;
}
}
&-selected {
color: white !important;
background: $primary;
.listModels-menu-badge {
background: white !important;
color: $primary !important;
}
}
}
.emptyAction {
color: $warn;
font-size: 14px;
text-align: center;
// opacity: 0.3;
}
.loading {
display: flex;
height: 100%;
position: absolute;
width: 100%;
background: #ffffffba;
z-index: 2;
}
::ng-deep.menuAction {
min-width: 350px !important;
}
.menuTitle {
display: flex;
padding-left: 20px;
align-items: center;
color: $primary;
font-weight: bold;
}
.smallInput {
padding: 10px;
::ng-deep.mat-form-field-wrapper {
padding-bottom: 0px;
}
}
.private {
padding-left: 50px;