chore: fixes
This commit is contained in:
parent
2a4a42b059
commit
d92a629778
1 changed files with 41 additions and 0 deletions
|
|
@ -916,3 +916,44 @@ a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.button>a:link,
|
||||
button:link {
|
||||
padding-left: 0.3em;
|
||||
padding-right: 0.3em;
|
||||
}
|
||||
|
||||
header>p>.button>a:link, header>.button>li>a:link {
|
||||
padding-left: 0.25em;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
.button,
|
||||
button {
|
||||
box-shadow: 0px 0.05em 0.2em 0.05em rgba(25, 15, 15, 0.69);
|
||||
border-radius: 0.3em;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
||||
.button>li {
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.modal_image_close_button {
|
||||
margin-right: 0.15em;
|
||||
}
|
||||
|
||||
.solobutton {
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.cornerbuttonleft, .button>li>.cornerbuttonleft {
|
||||
border-radius: 0.3em 0px 0px 0.3em;
|
||||
}
|
||||
|
||||
.cornerbuttonright, .button>li>.cornerbuttonright {
|
||||
border-radius: 0px 0.3em 0.3em 0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue