mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +08:00
44 lines
626 B
SCSS
44 lines
626 B
SCSS
@import "constants";
|
|
@import "mixins";
|
|
|
|
.my-modules-protocols-index {
|
|
padding-top: 15px !important;
|
|
|
|
.first-row {
|
|
max-height: 40px;
|
|
|
|
.date-block {
|
|
max-width: 250px;
|
|
}
|
|
|
|
div {
|
|
height: 45px;
|
|
}
|
|
|
|
.complete-button-container {
|
|
float: right;
|
|
max-width: 165px;
|
|
|
|
.my_module-state-buttons {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.well {
|
|
border: 0;
|
|
box-shadow: none;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.badge-icon {
|
|
background: transparent;
|
|
color: $color-silver;
|
|
padding-right: 5px;
|
|
|
|
+ .well-sm {
|
|
margin-left: 32px;
|
|
}
|
|
}
|
|
}
|