finished making the icons in the actionbar smaller

pull/13/head
NoisyBoy-9 2019-07-23 08:54:52 +04:30
parent 1a644deb73
commit 9c703f88e0
3 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ export default {
margin-left: 1.5rem margin-left: 1.5rem
cursor: pointer cursor: pointer
&__icon &__icon
width: 2rem width: 1.5rem
height: 2rem height: 1.5rem
</style> </style>

View File

@ -39,8 +39,8 @@ export default {
cursor: pointer cursor: pointer
&__icon &__icon
width: 2rem width: 1.5rem
height: 2rem height: 1.5rem
padding: 0 padding: 0
fill: #bbbcbc fill: #bbbcbc
</style> </style>

View File

@ -25,8 +25,8 @@ export default {
cursor: pointer cursor: pointer
&__image &__image
width: 2rem width: 1.5rem
height: 2rem height: 1.5rem
border-radius: 50% border-radius: 50%
&__icon &__icon