37 lines
546 B
CSS
37 lines
546 B
CSS
#app {
|
|
/*max-width: 1280px;*/
|
|
width:100%;
|
|
margin: 0 auto;
|
|
/*padding: 2rem;*/
|
|
text-align: center;
|
|
}
|
|
|
|
.logo {
|
|
height: 6em;
|
|
padding: 1.5em;
|
|
}
|
|
.logo:hover {
|
|
filter: drop-shadow(0 0 2em #646cffaa);
|
|
}
|
|
.logo.preact:hover {
|
|
filter: drop-shadow(0 0 2em #673ab8aa);
|
|
}
|
|
|
|
.card {
|
|
padding: 2em;
|
|
}
|
|
|
|
.read-the-docs {
|
|
color: #888;
|
|
}
|
|
|
|
.no-arrows::-webkit-outer-spin-button,
|
|
.no-arrows::-webkit-inner-spin-button {
|
|
-webkit-appearance: none !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.no-arrows {
|
|
-moz-appearance: textfield !important;
|
|
}
|