30 lines
552 B
SCSS
30 lines
552 B
SCSS
/*-- scss:defaults --*/
|
|
|
|
// $body-bg: #ffffff;
|
|
// $body-color: #7a6f69;
|
|
// $link-color: #005088;
|
|
// $selection-color: #00b0dc;
|
|
|
|
// $presentation-heading-color: $selection-color;
|
|
// $tabset-border-color: #bbb3b0;
|
|
|
|
/*-- scss:rules --*/
|
|
.slide-number,
|
|
.reveal.has-logo .slide-number {
|
|
bottom: 14px !important;
|
|
left: 50px !important;
|
|
top: unset !important;
|
|
color: #777777 !important;
|
|
}
|
|
|
|
.sup-zero-width {
|
|
display: inline-block;
|
|
vertical-align: super;
|
|
font-size: smaller;
|
|
width: 0px;
|
|
}
|
|
|
|
.zero-width {
|
|
display: inline-block;
|
|
width: 0px;
|
|
} |