style for conversation list expanded
This commit is contained in:
parent
cba6dc5e95
commit
e9e127487c
6 changed files with 83 additions and 18 deletions
|
@ -1,4 +1,18 @@
|
|||
@use '../src/styles/variables.scss';
|
||||
@use '../src/styles/shadows.scss';
|
||||
|
||||
.alert {
|
||||
padding: 1rem 2rem;
|
||||
border: solid 1px black;
|
||||
border-radius: shadows.$spacing-1;
|
||||
margin-top: shadows.$spacing-1;
|
||||
margin-bottom: shadows.$spacing-1;
|
||||
}
|
||||
|
||||
|
||||
sae-alert-box {
|
||||
font-size: 12px;
|
||||
padding: 18px;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue