0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 05:22:40 +00:00

Initial commit: Import from Share ID appears to be functioning correctly.

This commit is contained in:
G.Ambatte
2021-02-15 18:51:02 +13:00
committed by Trevor Buckner
parent 50936253de
commit 32ef36d7f7
4 changed files with 247 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.importPage{
.saveButton{
background-color: @orange;
&:hover{
background-color: @green;
}
}
}