home/static/style.css
2024-04-10 11:00:59 +02:00

99 lines
1.2 KiB
CSS

body {
padding-left: 2%;
padding-right: 2%;
padding-bottom: 4em;
}
.icon {
height: 100px;
float: left;
margin-right: 1em;
border-radius: 5px;
}
.app-link {
text-decoration: none;
img {
margin: 6px 6px 0px 6px;
}
}
.link {
color: green;
}
button.url {
font: inherit;
font-size: .8em;
background: #3465a4;
color: white;
border: none;
padding: 0 .4em;
border-radius: .4em;
&:hover {
background: lightblue;
}
}
.app-link.desktop {
color: white;
background-color: black;
display: inline-block;
text-align: center;
height: 40px;
width: 120px;
border-radius: 5px;
overflow: hidden;
p {
display: inline;
line-height: 40px;
vertical-align: middle;
font-family: sans;
font-weight: 500;
}
}
.list {
/* display: flex; */
flex-direction: column;
padding: 0px;
}
.card {
/* border: 2px solid #1948e3; */
border: 2px solid darkblue;
border-radius: 25px;
margin: 0 0 0 0;
padding: 1em;
max-width: 400em;
h2 {
margin-bottom: 0.6em;
}
&:hover {
background-color: lightgoldenrodyellow;
}
&:not(:last-of-type) {
margin-bottom: 20px;
}
}
.trunc {
height: 100px;
.text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer {
display: none;
}
}