electron-devtools-vendor
Version:
<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r
48 lines (39 loc) • 673 B
CSS
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i');
body {
font-family: Roboto, Avenir, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.4;
padding: 18px 24px;
color: #2c3e50;
}
body,
p {
margin: 0;
}
p {
min-width: 200px;
max-width: 300px;
}
.short-paragraph {
min-width: initial;
white-space: nowrap;
}
a {
color: #42B983;
}
.flex {
display: flex;
align-items: center;
}
.screenshot {
position: relative;
}
.screenshot > img {
width: 140px;
height: 140px;
object-fit: cover;
border-radius: 100%;
margin-right: 24px;
box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}