create-hyper-mendix-widget
Version:
create a hyper mendix widget
63 lines (49 loc) • 943 B
CSS
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
body .reveal * {
font-size: 95%;
font-family: Ubuntu, sans-serif;
}
.logo-wrapper {
display: flex;
justify-content: center;
}
.logo {
height: 40px;
width: auto;
border: none ;
box-shadow: none ;
margin-right: 30px ;
}
.logo.hyper {
height: 90px;
margin-top: -9px;
}
.full-width {
width: 100% ;
}
.code {
box-shadow: none ;
}
.code-small {
font-size: 8px ;
}
.no-edit {
pointer-events: none;
cursor: pointer;
}
.reveal blockquote {
box-shadow: none;
}
.small-text {
font-size: 18px ;
}
.underline {
text-decoration: underline;
}
.c-code {
font-size: 20px ;
line-height: 1.5 ;
}
.c-code * {
color: #fff ;
}