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.
24 lines
349 B
24 lines
349 B
:host {
|
|
display: block;
|
|
border: solid 1px #aaa;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
padding: 0 10px;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px solid #aaa;
|
|
}
|
|
|
|
.content {
|
|
padding: 10px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.button {
|
|
padding: 10px;
|
|
border-top: 1px solid #aaa;
|
|
text-align: center;
|
|
}
|