1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2024-11-23 22:44:57 +00:00
movies-for-hackers/src/scss/app.scss

29 lines
316 B
SCSS
Raw Normal View History

.container-fluid {
max-width: 1440px;
}
2017-02-24 17:03:01 +00:00
h2 {
font-size: 20px;
}
th {
text-transform: capitalize;
2017-02-24 17:03:01 +00:00
background: #eef7fd;
}
.react-bs-table {
border: 1px solid #ddd;
border-radius: 2px;
margin: 0;
}
.table {
// Cells
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
padding: 1px 6px;
}
}
}
}