Merge pull request #105 from cmgustavo/feature/01-details
Feature/01 details
This commit is contained in:
commit
6bfde4735c
4 changed files with 12 additions and 12 deletions
|
|
@ -204,6 +204,15 @@ small.has-error {
|
|||
color: #f04124;
|
||||
}
|
||||
|
||||
@media (max-width: 641px) {
|
||||
.hide_menu {
|
||||
display: none;
|
||||
}
|
||||
.show_menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
hr { margin: 2.25rem 0;}
|
||||
|
||||
button.primary { background-color: #111; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue