mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: add margin to button boilerplate CSS for examples (#41413)
PR Close #41413
This commit is contained in:
parent
73824d5337
commit
a2b671e61b
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ button {
|
|||
padding: 1rem;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
button:hover {
|
||||
background-color: black;
|
||||
|
|
|
|||
Loading…
Reference in a new issue