Merge branch 'new_style' of gitlab.com:MrFry/qmining-page into new_style

This commit is contained in:
mrfry 2021-03-05 18:41:53 +01:00
commit df6a5ccd92
2 changed files with 17 additions and 16 deletions

View file

@ -77,6 +77,7 @@ input {
margin-bottom: 4px; margin-bottom: 4px;
text-decoration: none; text-decoration: none;
color: var(--bright-color); color: var(--bright-color);
transition: width 0.5s, height 0.5s, ease-in 0.5s;
} }
.sidebarLinks a:hover { .sidebarLinks a:hover {

View file

@ -3,22 +3,22 @@
} }
.button { .button {
color: white; color: white;
background-color: #313131; background-color: #313131;
margin: 0px 4px; margin: 0px 4px;
padding: 15px 4px; padding: 15px 4px;
max-width: 100%; max-width: 100%;
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
word-wrap: break-word; word-wrap: break-word;
text-decoration: none; text-decoration: none;
transition: width 0.5s, height 0.5s, ease-in 0.5s;
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
user-select: none; user-select: none;
} }
.button:hover { .button:hover {