1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00

removed unused css

This commit is contained in:
zeot 2019-01-09 14:50:55 +04:00
parent edeb06aa09
commit 5d0a2a63ef

View File

@ -150,12 +150,4 @@ export default class Categories extends Vue {
.category-title:not(:last-child) {
margin-bottom: 5px;
}
.test-btn {
background: #000;
color: #fff;
padding: 8px 14px 7px;
border-radius: 25px;
text-transform: uppercase;
margin: 0 0 20px;
}
</style>