mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Improve spacing for ordered lists and status messages
This commit is contained in:
parent
aeb90a3674
commit
f8e3b62edf
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
@if (parsedModel != null)
|
||||
{
|
||||
<div class="alert alert-@parsedModel.SeverityCSS @(parsedModel.AllowDismiss? "alert-dismissible":"" )" role="alert">
|
||||
<div class="alert alert-@parsedModel.SeverityCSS @(parsedModel.AllowDismiss? "alert-dismissible":"" ) mb-5" role="alert">
|
||||
@if (parsedModel.AllowDismiss)
|
||||
{
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
|
|
|
@ -47,6 +47,10 @@ a {
|
|||
transition-property: background, color;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-left: 1.125em;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue