mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
change font-size and filter icon size
This commit is contained in:
parent
baaa61761d
commit
8c7005f643
@ -82,3 +82,27 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
||||
section.filter-menu-section.categories-filter > ul button {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
section.filter-menu-section.categories-filter > ul label {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 800px) {
|
||||
section.filter-menu-section.categories-filter > ul button {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
section.filter-menu-section.categories-filter > ul label {
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
@ -63,9 +63,9 @@ export default {
|
||||
margin-bottom: $space-small;
|
||||
text-align: center;
|
||||
|
||||
// @media only screen and (max-width: 800px) {
|
||||
// width: 30%;
|
||||
// }
|
||||
@media only screen and (min-width: 800px) {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
// @media only screen and (max-width: 630px) {
|
||||
// width: 30%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user