2018-01-05 18:52:17 +00:00
|
|
|
/*
|
|
|
|
FIXME: Remove file and module (and skins.minerva.userpage.icons)
|
|
|
|
when mobile.userpage.icons everywhere (T182162)
|
|
|
|
*/
|
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
@import 'minerva.variables';
|
|
|
|
@import 'minerva.mixins';
|
|
|
|
|
|
|
|
.tagline {
|
|
|
|
color: @colorGray5;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-links {
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
& + li {
|
|
|
|
margin-left: 4px;
|
|
|
|
&:before {
|
|
|
|
content: '·';
|
|
|
|
right: 2px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mw-ui-icon-talk {
|
|
|
|
&:before {
|
|
|
|
// FIXME: this shouldn't be necessary
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cta-holder {
|
|
|
|
background-color: @colorGray14;
|
2017-09-21 22:20:45 +00:00
|
|
|
.box-sizing( border-box );
|
2017-07-12 15:12:40 +00:00
|
|
|
padding: 30px 20px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: @borderRadius;
|
|
|
|
|
|
|
|
.icon {
|
2017-08-23 20:05:31 +00:00
|
|
|
margin: 0 auto 20px;
|
2017-07-12 15:12:40 +00:00
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
// be specific in order to override default padding
|
|
|
|
.content & h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-family: sans-serif;
|
|
|
|
padding: 0 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
color: @colorGray7;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabled {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|