git-svn-id: svn://losandesgames.com/alfheim-website@36 15359d88-9307-4e75-a9c1-e5686e5897df

This commit is contained in:
Vicente Ferrari Smith 2024-08-06 12:07:17 +00:00
parent 153a60860b
commit 07cdba73e5
2 changed files with 3 additions and 2 deletions

BIN
static/panel-000.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

View File

@ -51,12 +51,13 @@ nav {
.loginbutton {
align-self: center;
display: flex;
background-color: white;
border: 12px solid;
border-image-source: url("/static/panel-000.png");
border-image-slice: 12 fill;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
border-radius: 5px;
color: black;
/*box-shadow: 10px 10px 5px lightblue;*/
}