Design stuff shit
This commit is contained in:
parent
5dbf3d9af2
commit
23aefa268a
35 changed files with 5846 additions and 68 deletions
22
frontend-reactive/app/styles/util.css
Normal file
22
frontend-reactive/app/styles/util.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Copied from: https://stackoverflow.com/a/4407335 */
|
||||
.noselect {
|
||||
-webkit-touch-callout: none; /* iOS Safari */
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-khtml-user-select: none; /* Konqueror HTML */
|
||||
-moz-user-select: none; /* Old versions of Firefox */
|
||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||
user-select: none; /* Non-prefixed version, currently
|
||||
supported by Chrome, Edge, Opera and Firefox */
|
||||
}
|
||||
|
||||
.separator-horizontal {
|
||||
width: 100%;
|
||||
border: 1px solid black;
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue