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.
|
.message-page { |
|
min-height: 100vh; |
|
background-color: #121212; |
|
|
|
.header { |
|
padding: 32px; |
|
background: #fff; |
|
|
|
.title { |
|
font-size: 36px; |
|
font-weight: bold; |
|
color: #333; |
|
} |
|
} |
|
|
|
.content { |
|
padding: 32px; |
|
} |
|
}
|
|
|