You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/src/app/components/editor/forms/database-link.component.scss

35 lines
508 B

.container {
display: flex;
flex-direction: column;
height: 100%;
.header {
background: lightgrey;
display: flex;
flex-direction: row;
.title {
flex: 1;
padding: 10px;
font-size: 1.2em;
}
.close {
padding: 10px 15px;
background: #ff6666;
color: white;
}
.revert {
color: red;
background: #eaeaea;
}
}
.contents {
height: 100%;
overflow-y: hidden;
display: flex;
flex-direction: column;
}
}