app/assets/stylesheets/tenon/ui/modals.css.scss in tenon-1.0.25 vs app/assets/stylesheets/tenon/ui/modals.css.scss in tenon-1.0.26
- old
+ new
@@ -80,25 +80,28 @@
opacity: 0.75;
filter: alpha(opacity = 75);
}
.modal-header {
- padding: 15px;
- border-bottom: 1px solid $tn-med-grey;
+ padding: 0;
background: #fff;
+ height: 50px;
}
.modal-header .close {
- margin-top: -10px;
font-size: 40px;
+ height: 100%;
+ width: 50px;
}
.modal-title {
- margin: 0;
+ padding: 15px;
+ margin-right: 50px;
color: $tn-label;
font-weight: normal;
font-size: 24px;
- line-height: 18px;
+ line-height: 20px;
+ background-color: #fff;
}
.modal-body {
position: relative;
padding: $tn-padding;