website/styl/lib/_home.styl

20 lines
362 B
Stylus
Raw Normal View History

2021-03-28 00:24:45 +01:00
.abuseIpImg{
width: 391px;
background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));
padding: 5px;
2021-08-14 19:44:09 +02:00
}
2022-02-04 08:44:46 +01:00
.banner a {
2021-08-14 19:44:09 +02:00
text-decoration: none;
2021-09-10 20:57:52 +02:00
}
#homeImage{
float: left;
margin-right: 20px;
box-shadow: 7px 7px $back-color-2;
2022-02-04 08:43:57 +01:00
}
.div-no-break {
width: fit-content;
display: inline-block;
2021-03-28 00:24:45 +01:00
}