finished making the icons in the actionbar smaller
parent
1a644deb73
commit
9c703f88e0
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue