This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/scss/pages/_manage.scss
2017-01-12 23:10:07 +00:00

41 lines
566 B
SCSS

.manage__icon {
width: 155px;
height: 155px;
margin: 20px auto;
}
.manage-page {
.manage__description {
max-width: 600px;
text-align: center;
font-size: 22px;
color: #999;
margin: 20px auto;
}
.manage__button {
font-size:16px;
padding: 0 20px;
height:40px;
line-height:40px;
}
}
.manage__title .genericon {
font-size: 38px;
color: #81A944;
}
.manage__link {
font-size: 16px;
padding: 0 20px;
height: 40px;
line-height: 40px;
font-weight: normal;
.genericon{
font-size: 28px;
vertical-align: middle;
margin-top: -6px;
}
}