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.
 
 
 
 
pocketcommunityweb/src/app/forum/forum.component.scss

19 lines
228 B

.notice{
height: 300px;
}
.notice-content{
height: 200px;
border-style: solid;
border-width: 3px;
}
.notice-body{
max-height: 100px;
}
.notice-footer{
position:absolute;
top: 145px;
bottom: 0;
width: 100%;
}