scinote-web/app/assets/stylesheets/my_modules/protocols/index.scss
2019-02-25 16:55:09 +01:00

45 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;
}
}
}