UNPKG

328 BCSSView Raw
1/* You can add global styles to this file, and also import other style files */
2
3app-root {
4 text-align: center;
5 margin: 65px auto 0;
6 display: block;
7}
8
9.todoapp {
10 text-align: left;
11}
12
13.info {
14 margin: 0 auto 0 !important;
15}
16.links {
17 margin: 65px auto 0 !important;
18}
19
20.btn-filter {
21 cursor: pointer;
22}