Skip to content
Commits on Source (2)
.m-androidApp__download {
box-sizing: border-box;
border: 2px solid rgba(255,255,255,0.6);
border-radius: 8px;
background: #111;
@include m-theme(){
border: 1px solid rgba(themed($m-white-always), 0.7);
background: themed($m-black-always);
}
display: block;
position: relative;
text-decoration: none;
height: 48px;
padding: 0 8px;
padding: 2px 8px 0 8px;
margin: auto;
cursor: pointer;
......@@ -32,13 +34,13 @@
-webkit-font-smoothing: antialiased;
@include m-theme(){
color: themed($m-white);
color: themed($m-white-always);
}
}
i.material-icons {
@include m-theme(){
color: themed($m-white);
color: themed($m-white-always);
}
}
}
......@@ -104,7 +104,6 @@
padding:0;
}
.mdl-card__title{
//color: #FFF !important;
display:none;
}
.m-login-box input{
......
......@@ -3,7 +3,6 @@
flex-direction: row;
flex-wrap: row;
flex-flow: row wrap;
//background: #FFF;
max-width: 1280px;
margin: auto;
......
......@@ -42,9 +42,11 @@ m-channels--sorted-module {
width: 100%;
height: 100%;
display: inline-block;
background-color: #333;
background-position: center center;
background-size: cover;
@include m-theme(){
background-color: themed($m-grey-900);
}
}
> i.material-icons {
......@@ -53,7 +55,9 @@ m-channels--sorted-module {
&.m-mature-module-thumbnail {
transform-style: preserve-3d;
background-color: rgba(0, 0, 0, 0.65);
@include m-theme(){
background-color: rgba(themed($m-black), 0.65);
}
> .m-channels--sorted-module__TileImage {
filter: blur(5px) grayscale(100%);
......@@ -68,7 +72,9 @@ m-channels--sorted-module {
left: 50%;
transform: translate(-50%, -50%);
font-size: 3em;
color: #fff;
@include m-theme(){
color: themed($m-white);
}
}
}
}
......
......@@ -22,7 +22,6 @@ minds-form-register{
//this is exactly the same as modal.scss
.m-fb-register-button{
color: #3b5998;
width: 170px;
border: 0;
cursor:pointer;
......@@ -31,15 +30,18 @@ minds-form-register{
padding: 0;
margin: 0;
margin-left: 8px;
border: 1px solid #3b5998;
@include m-theme(){
background-color: themed($m-white);
color: themed($m-facebook);
border: 1px solid themed($m-facebook);
}
.m-social-icons-icon-inline{
fill: #3b5998;
vertical-align: middle;
display: inline-block;
@include m-theme(){
fill: themed($m-facebook);
}
}
.m-signup-button-text{
......
......@@ -3,7 +3,6 @@
flex-direction: row;
flex-wrap: row;
flex-flow: row wrap;
//background: #FFF;
max-width: 1280px;
margin: auto;
......
......@@ -92,8 +92,6 @@
font-weight: 800;
letter-spacing: 1.25px;
line-height: 1;
//color: rgba(255,255,255,0.85);
//color: rgba(0,0,0,0.85);
@media screen and (max-width: 720px){
font-size: 42px;
......@@ -102,7 +100,6 @@
h3 {
font-size: 26px;
//color: rgba(255, 255, 255, 0.8);
font-weight: 400;
letter-spacing: 0.25px;
line-height: 1.25;
......@@ -131,7 +128,6 @@
padding:0;
}
.mdl-card__title{
//color: #FFF !important;
display:none;
}
.m-login-box input{
......@@ -142,7 +138,6 @@
text-rendering: optimizeLegibility;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 1px;
//box-shadow: 0 0 6px rgba(255,255,255,0.22);
@include m-theme(){
background:rgba(themed($m-white),0.9);
color:themed($m-grey-800);
......
......@@ -3,7 +3,7 @@
}
.m-pin-button {
overflow: visible;
.m-tooltip--bubble {
width:100px;
}
......@@ -93,11 +93,9 @@ minds-activity {
line-height: 9px;
border-radius: 3px;
vertical-align: middle;
//text-align: center;
display: flex;
justify-content: space-around;
max-width: 300px;
//box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.07), 0 4px 2px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.07);
@include m-theme(){
background-color: themed($m-white);
......
......@@ -27,10 +27,14 @@
}
}
.m-social-icons-icon--facebook .m-social-icons-icon-inline{
background-color: #3067a3 !important;
@include m-theme(){
background-color: themed($m-facebook) !important;
}
}
.m-social-icons-icon--twitter .m-social-icons-icon-inline{
background-color: #03b3ee !important;
@include m-theme(){
background-color: themed($m-twitter) !important;
}
}
.m-social-icons-icon--email .m-social-icons-icon-inline{
@include m-theme(){
......@@ -38,10 +42,14 @@
}
}
.m-social-icons-icon--linkedin .m-social-icons-icon-inline{
background-color: #0071a1 !important;
@include m-theme(){
background-color: themed($m-linkedin) !important;
}
}
.m-social-icons-icon--gplus .m-social-icons-icon-inline{
background-color: #e15440 !important;
@include m-theme(){
background-color: themed($m-red) !important;
}
}
.m-social-icons-icon--embed .m-social-icons-icon-inline{
@include m-theme(){
......
......@@ -27,7 +27,7 @@
.m-marketing--header-inner, .m-marketingHeader__inner,
.m-marketing--hero-inner, .m-marketingHero__inner,
.m-marketing--hero--inner {
.m-marketing--hero--inner {
display: flex;
flex-direction: row;
align-items: center;
......@@ -95,7 +95,6 @@
h3 {
font-size: 26px;
//color: rgba(255, 255, 255, 0.8);
font-weight: 400;
letter-spacing: 0.25px;
line-height: 1.25;
......@@ -407,7 +406,7 @@
}
.m-marketing--section--subsection-image {
img {
img {
max-width: 100%;
}
}
......
......@@ -3,7 +3,6 @@
flex-direction: row;
flex-wrap: row;
flex-flow: row wrap;
//background: #FFF;
max-width: 1280px;
margin: auto;
......
......@@ -46,7 +46,6 @@
&.odd{
text-align:left;
.m-messenger--conversation-message-bubble{
//color:#FFF !important;
@include m-theme(){
background-color: themed($m-blue-grey-100) !important;
}
......
......@@ -20,7 +20,6 @@ m-modal-signup, m-modal-signup-on-action{
.mdl-card__title{
flex-wrap: wrap;
margin-bottom: 0;
//padding-bottom: 0;
img{
width: 168px;
......@@ -129,10 +128,14 @@ m-modal-share {
margin: 0 4px;
}
.m-social-share-twitter {
background: #4099FF !important;
@include m-theme(){
background: themed($m-twitter) !important;
}
}
.m-social-share-fb {
background: #335795 !important;
@include m-theme(){
background: themed($m-facebook) !important;
}
}
.m-social-share-email {
@include m-theme(){
......
......@@ -24,10 +24,14 @@
padding:24px 0 0;
.m-affiliate--link-buttons-twitter{
background:#4099FF !important;
@include m-theme(){
background: themed($m-twitter) !important;
}
}
.m-affiliate--link-buttons-fb{
background:#335795 !important;
@include m-theme(){
background: themed($m-facebook) !important;
}
}
.m-affiliate--link-buttons-email{
@include m-theme(){
......
......@@ -11,7 +11,9 @@ m-newsfeed__tiles {
margin: auto;
&.m-newsfeed__tiles--has-elements {
background: #ffffff;
@include m-theme(){
background: themed($m-white);
}
padding: 8px;
}
......@@ -24,7 +26,9 @@ m-newsfeed__tiles {
margin: 4px;
overflow: hidden;
transform-style: preserve-3d;
background-color: rgba(0, 0, 0, 0.65);
@include m-theme(){
background-color: rgba(themed($m-black), 0.65);
}
&.m-newsfeed-tiles__Tile--is-mature > img {
filter: blur(5px) grayscale(100%);
......@@ -45,9 +49,11 @@ m-newsfeed__tiles {
position: absolute;
bottom: 4px;
right: 4px;
color: #fff;
text-shadow: 1px 1px rgba(0, 0, 0, .35);
pointer-events: none;
@include m-theme(){
color: themed($m-white);
text-shadow: 1px 1px rgba(themed($m-black), .35);
}
}
i.material-icons.mature-icon {
......@@ -57,7 +63,9 @@ m-newsfeed__tiles {
left: 50%;
transform: translate(-50%, -50%);
font-size: 3em;
color: #fff;
@include m-theme(){
color: themed($m-white);
}
}
}
}
......@@ -19,12 +19,15 @@
}
border-radius: 24px;
font-weight: 600;
/* background: #fafafa; */
&.m-reportCreatorSubjects__subject--active {
border-color: #4690D6;
@include m-theme(){
border-color: themed($m-blue);
}
span {
color: #4690D6;
@include m-theme(){
color: themed($m-blue);
}
}
}
......@@ -38,13 +41,17 @@
text-rendering: optimizeLegibility;
font-size: 16px;
font-weight: 500;
color: #555;
cursor: pointer;
@include m-theme(){
color: themed($m-grey-700);
}
}
i {
color: #888;
display: none;
@include m-theme(){
color: themed($m-grey-400);
}
}
//&:last-child{
......
.m-juryDutySession__content {
background: #FFF;
padding: 16px;
@include m-theme(){
background: themed($m-white);
}
h3 {
margin: 0;
......
......@@ -4,13 +4,16 @@
padding: 0;
}
.m-juryDutySessionList__item {
margin-bottom: 16px;
margin-bottom: 16px;
}
.m-juryDutySessionList__number {
font-size: 56px;
font-weight: 800;
color: #444;
padding: 32px;
display: block;
@include m-theme(){
color: themed($m-grey-800);
}
}
.m-juryDutySession__hero {
background: #132552;
padding: 42px 0;
text-align: center;
@include m-theme(){
background: themed($m-blue-grey-800);
}
i {
font-size: 112px;
color: #FFF;
@include m-theme(){
color: themed($m-white);
}
}
}
......@@ -20,6 +24,8 @@
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
color: #666;
@include m-theme(){
color: themed($m-grey-600);
}
}
}
\ No newline at end of file
.m-reports__marketing {
.m-marketing__hero {
background-color: #132552 !important;
padding-bottom: 72px;
@include m-theme(){
background-color: themed($m-blue-grey-800) !important;
}
.m-marketingHero__inner {
padding-top: 0;
......@@ -12,18 +14,22 @@
}
.m-btn {
color: #FFF;
border-color: #FFF;
margin-top: 32px;
@include m-theme(){
color: themed($m-white);
border-color: themed($m-white);
}
}
}
.m-marketingHero__actions {
i {
color: #FFF;
font-size: 170px;
text-align: center;
width: 100%;
@include m-theme(){
color: themed($m-white);
}
}
}
}
......@@ -39,7 +45,9 @@
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
color: #666;
@include m-theme(){
color: themed($m-grey-600);
}
}
.m-layout__row {
......@@ -56,8 +64,10 @@
b {
font-size: 72px;
line-height: 1;
color: #444;
display: block;
@include m-theme(){
color: themed($m-grey-800);
}
}
span {
......@@ -65,9 +75,11 @@
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-weight: 500;
color: #555;
margin-top: 16px;
display: block;
@include m-theme(){
color: themed($m-grey-700);
}
}
}
......@@ -76,15 +88,19 @@
list-style: decimal;
font-size: 24px;
font-weight: 800;
color: #aaa;
@include m-theme(){
color: themed($m-grey-200);
}
li {
padding: 16px;
p {
font-size: 24px;
color: #555;
font-weight: 500;
@include m-theme(){
color: themed($m-grey-700);
}
}
}
......@@ -97,12 +113,14 @@
li {
width: 50%;
color: #888;
font-weight: 400;
font-size: 16px;
line-height: 24px;
cursor: default;
padding: 0;
@include m-theme(){
color: themed($m-grey-400);
}
@media screen and (max-width: 890px) {
width: 100%;
......