brewman/overlord/src/app/issue/issue.component.css
tanshu bf14b46b15 Fixed the navbar to the top.
Made the font of the inputs in vouchers bigger by 25%
Made the narration textarea minimum 5 lines
Changed the favicon to the old favicon
2018-06-13 11:49:34 +05:30

37 lines
440 B
CSS

.right {
display: flex;
justify-content: flex-end;
}
.selected {
background: #fff3cd
}
.unposted {
background: #f8d7da
}
.center {
display: flex;
justify-content: center;
}
.img-container {
position: relative;
}
.img-container .overlay {
display: none;
}
.img-container:hover > .overlay {
display: inline-block;
position: absolute;
left: 60px;
top: 0;
}
mat-form-field.mat-form-field {
font-size: 1.25em;
}