mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-01 23:29:11 +00:00
8 lines
142 B
CSS
8 lines
142 B
CSS
div.stripe-errors {
|
|
border: 1px solid #c33;
|
|
border-radius: 5px;
|
|
color: #600;
|
|
background-color: #fdd;
|
|
padding: 5px 10px;
|
|
}
|