@subjectmatter/mdcss-theme-tsm
Version:
TSM flavored theme for mdcss
59 lines (47 loc) • 684 B
CSS
a {
color: #f37226;
}
.masthead {
background-color: #fff;
border-bottom: 1px solid black;
}
.masthead .masthead-logo {
color: black;
}
.container {
max-width: 1200px;
width: 100%;
}
.docs-example {
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
position: relative;
border: none;
}
.docs-iframe {
}
.docs-example:hover .docs-iframe {
}
.docs-resize {
width: 100%;
}
.docs-iframe {
border: 0;
height: auto;
width: 100%;
}
.swatch {
padding: .25em;
margin: 0 .3em .3em 0;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
.color-property {
font-size: 80%;
}
.footer {
text-align: center;
}