finished making the icons in the actionbar smaller
parent
1a644deb73
commit
9c703f88e0
|
|
@ -24,7 +24,7 @@ export default {
|
|||
margin-left: 1.5rem
|
||||
cursor: pointer
|
||||
&__icon
|
||||
width: 2rem
|
||||
height: 2rem
|
||||
width: 1.5rem
|
||||
height: 1.5rem
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ export default {
|
|||
cursor: pointer
|
||||
|
||||
&__icon
|
||||
width: 2rem
|
||||
height: 2rem
|
||||
width: 1.5rem
|
||||
height: 1.5rem
|
||||
padding: 0
|
||||
fill: #bbbcbc
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ export default {
|
|||
cursor: pointer
|
||||
|
||||
&__image
|
||||
width: 2rem
|
||||
height: 2rem
|
||||
width: 1.5rem
|
||||
height: 1.5rem
|
||||
border-radius: 50%
|
||||
|
||||
&__icon
|
||||
|
|
|
|||
Loading…
Reference in New Issue