mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
58 lines
779 B
CSS
58 lines
779 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;
|
|
}
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MaterialIcons';
|
|
src: url('../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf')
|
|
format('truetype');
|
|
}
|