2019-04-14 20:42:11 +04:00

127 lines
1.7 KiB
CSS

body {
min-width: 400px;
}
.form-group textarea {
min-height: 206px;
max-height: 463px;
}
.deadline-list {
height: 200px;
padding: 0px;
overflow-y: scroll;
}
.deadline {
margin: 0;
height: 40px;
min-height: 40px;
}
.deadline-text {
flex: 1;
}
.member-list {
height: 200px;
padding: 0px;
overflow-y: scroll;
}
.member {
margin: 0;
}
.paper-list {
height: 200px;
padding: 0px;
overflow-y: scroll;
}
.paper {
margin: 0;
}
.paper-name {
flex: 1;
}
.paper-name span {
margin: 6px 15px;
display: inline-block;
}
.icon {
width: 38px;
height: 38px;
padding: 2px;
cursor: pointer;
}
.icon-delete {
background-color: #f44;
background-image: url(/img/conference/delete.png);
background-repeat: round;
color: transparent !important;
}
.icon-delete:hover {
background-color: #ff2929;
transition: background-color .15s ease-in-out;
}
.icon-paper {
height: 26px;
width: 26px;
float: right;
margin: 5px;
}
.grey-border {
color: #495057;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#cancel-button {
position: relative;
font-size: 1rem;
}
.paper-control button {
margin: 0 0 10px 10px;
float: right;
}
@media (max-width: 1199px) {
.paper-control {
display: block!important;
}
}
@media (max-width: 991px) {
.dates-panel {
display: block!important;
}
.date {
margin-bottom: 10px;
}
}
@media (max-width: 768px) {
.dashboard-elements {
display: block!important;
}
.dashboard-right {
margin-bottom: 10px;
}
}