Files
react-native-paper/docs/assets/styles.css
2018-09-02 20:32:50 +02:00

51 lines
624 B
CSS

a, a:hover {
color: #6200ee;
}
a:hover {
color: #873DF2;
}
.screenshots {
padding: 12px 0 4px 0;
margin: 0 -4px;
}
.screenshots img {
display: inline-block;
width: 280px;
height: auto;
}
.screenshots img.medium {
width: 420px;
}
.screenshots img.large {
display: block;
width: 560px;
}
.screenshots > figure {
display: inline-flex;
flex-direction: column;
margin: 4px;
}
.screenshots > img {
margin: 4px;
}
.screenshots figcaption {
color: #616161;
font-size: 13px;
line-height: 24px;
margin-top: 10px;
}
@media (min-width: 1100px) {
.screenshots img {
width: 240px;
}
}