Icon positioning in buttons.

This commit is contained in:
2020-07-21 13:21:01 +02:00
parent e21bc1f1b8
commit c572c967a4

View File

@@ -93,4 +93,10 @@ button {
}
}
button .icon {
position: relative;
top: 2.5px;
right: -8px;
}
</style>