Bryan 5 days ago
parent
commit
abbfc411e3
  1. 3
      app/assets/stylesheets/application.css

3
app/assets/stylesheets/application.css

@ -2,7 +2,7 @@
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%;
width: 40%;
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
border-radius: 6px; border-radius: 6px;
margin-top: 30px; margin-top: 30px;
@ -20,6 +20,7 @@
display: flex; display: flex;
flex: 1; flex: 1;
padding: 8px 12px; padding: 8px 12px;
align-items: center;
} }
.table-header { .table-header {

Loading…
Cancel
Save