homepage/public/assets/embedded/phdpresentation/sass/_smallstuff.scss

71 lines
806 B
SCSS

.red {
color : mui-color('red', 'A700');
}
.green {
color : mui-color('green', 'A700');
}
.blue {
color : mui-color('blue', 'A700');
}
.emph {
font-style:italic;
}
.fontlarger {
font-size:larger;
}
.textright {
text-align: right;
}
.textlarge {
font-size:52px;
}
.title {
font-size:70px;
small {
font-size:45px;
margin-left:15px;
i.fa {
font-size:69%;
margin-right: 7px;
}
}
}
.step {
font-size:30px;
}
.step h1 {
font-size: 72px;
}
.step h2 {
font-style:italic;
font-size:40px;
}
.xpath {
font-family: 'Inconsolata', monospace;
font-weight: 700;
}
ul ul {
margin-left:20px;
list-style:circle !important;
}
.boxshadow {
box-shadow: 3px 3px 3px #333333;
}