@cypress/core-desktop-gui
Version:
Desktop GUI for managing Cypress projects.
1,466 lines (1,266 loc) • 439 kB
CSS
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* line 19, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
margin: 0;
}
/* line 33, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/* line 54, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
/* line 67, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/* line 77, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
display: none;
}
/* line 89, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
background-color: transparent;
}
/* line 98, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* line 110, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/* line 118, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
font-weight: bold;
}
/* line 127, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
font-style: italic;
}
/* line 136, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* line 145, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
background: #ff0;
color: #000;
}
/* line 154, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
font-size: 80%;
}
/* line 162, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 170, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
top: -0.5em;
}
/* line 174, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
bottom: -0.25em;
}
/* line 185, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
border: 0;
}
/* line 193, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* line 204, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
margin: 1em 40px;
}
/* line 212, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
box-sizing: content-box;
height: 0;
}
/* line 221, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
overflow: auto;
}
/* line 229, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* line 252, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
/* line 266, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
overflow: visible;
}
/* line 277, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
text-transform: none;
}
/* line 290, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/* line 302, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/* line 311, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* line 322, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
line-height: normal;
}
/* line 334, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
/* line 346, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/* line 356, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
/* line 367, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/* line 376, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/* line 387, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
border: 0;
padding: 0;
}
/* line 396, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
overflow: auto;
}
/* line 405, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
font-weight: bold;
}
/* line 416, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 421, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
padding: 0;
}
/* line 11, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
box-sizing: border-box;
}
/* line 14, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
box-sizing: border-box;
}
/* line 22, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
/* line 27, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff;
}
/* line 36, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
/* line 48, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
color: #476fc9;
text-decoration: none;
}
/* line 52, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
color: #2c4d97;
text-decoration: underline;
}
/* line 58, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 69, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
margin: 0;
}
/* line 76, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
vertical-align: middle;
}
/* line 81, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
/* line 86, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
border-radius: 6px;
}
/* line 93, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
/* line 106, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
border-radius: 50%;
}
/* line 113, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
/* line 125, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* line 141, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
/* line 159, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
cursor: pointer;
}
/* line 9, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
/* line 16, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
/* line 24, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
/* line 30, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
/* line 41, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
/* line 47, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
font-size: 36px;
}
/* line 48, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
font-size: 30px;
}
/* line 49, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
font-size: 24px;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
font-size: 18px;
}
/* line 51, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
font-size: 14px;
}
/* line 52, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
font-size: 12px;
}
/* line 58, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
p {
margin: 0 0 10px;
}
/* line 62, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 0px) {
/* line 62, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
font-size: 21px;
}
}
/* line 78, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
font-size: 85%;
}
/* line 83, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
/* line 90, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
text-align: left;
}
/* line 91, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
text-align: right;
}
/* line 92, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
text-align: center;
}
/* line 93, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
text-align: justify;
}
/* line 94, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
white-space: nowrap;
}
/* line 97, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
text-transform: lowercase;
}
/* line 98, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
text-transform: uppercase;
}
/* line 99, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
text-transform: capitalize;
}
/* line 102, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
color: #777777;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
color: #476fc9;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
color: #3257ab;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
color: #3c763d;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
color: #31708f;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
color: #8a6d3b;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
color: #a94442;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
/* line 119, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
color: #fff;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
background-color: #476fc9;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #3257ab;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
background-color: #dff0d8;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
background-color: #d9edf7;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
background-color: #fcf8e3;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
/* line 5, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
background-color: #f2dede;
}
/* line 8, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
/* line 138, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
/* line 149, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
/* line 153, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
/* line 167, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
padding-left: 0;
list-style: none;
}
/* line 173, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
/* line 177, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
/* line 185, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dl {
margin-top: 0;
margin-bottom: 20px;
}
/* line 189, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
line-height: 1.42857;
}
/* line 193, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt {
font-weight: bold;
}
/* line 196, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dd {
margin-left: 0;
}
/* line 14, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;
}
/* line 19, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 0px) {
/* line 211, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 218, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
margin-left: 180px;
}
}
/* line 229, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
/* line 235, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
font-size: 90%;
}
/* line 241, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
/* line 250, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
/* line 257, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777;
}
/* line 265, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
/* line 274, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
/* line 286, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
/* line 287, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
/* line 294, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857;
}
/* line 7, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 15, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
/* line 24, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
/* line 41, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
/* line 55, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
/* line 66, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
/* line 10, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
/* line 14, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
content: " ";
display: table;
}
/* line 19, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
clear: both;
}
@media (min-width: 0px) {
/* line 10, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
width: 750px;
}
}
@media (min-width: 1200px) {
/* line 10, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
/* line 10, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
width: 1170px;
}
}
/* line 30, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
/* line 14, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;
}
/* line 19, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
clear: both;
}
/* line 39, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
margin-left: -15px;
margin-right: -15px;
}
/* line 14, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
content: " ";
display: table;
}
/* line 19, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
clear: both;
}
/* line 11, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
/* line 27, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
width: 8.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
width: 16.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
width: 25%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
width: 33.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
width: 41.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
width: 50%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
width: 58.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
width: 66.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
width: 75%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
width: 83.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
width: 91.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
width: 100%;
}
/* line 55, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
right: auto;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
right: 8.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
right: 16.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
right: 25%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
right: 33.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
right: 41.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
right: 50%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
right: 58.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
right: 66.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
right: 75%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
right: 83.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
right: 91.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
right: 100%;
}
/* line 45, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
left: auto;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
left: 8.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
left: 16.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
left: 25%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
left: 33.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
left: 41.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
left: 50%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
left: 58.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
left: 66.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
left: 75%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
left: 83.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
left: 91.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
left: 100%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
margin-left: 0%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
margin-left: 8.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
margin-left: 16.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
margin-left: 25%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
margin-left: 33.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
margin-left: 41.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
margin-left: 50%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
margin-left: 58.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
margin-left: 66.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
margin-left: 75%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
margin-left: 83.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
margin-left: 91.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 0px) {
/* line 27, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-1 {
width: 8.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-2 {
width: 16.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-3 {
width: 25%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-4 {
width: 33.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-5 {
width: 41.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-6 {
width: 50%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-7 {
width: 58.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-8 {
width: 66.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-9 {
width: 75%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-10 {
width: 83.33333%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-11 {
width: 91.66667%;
}
/* line 35, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-12 {
width: 100%;
}
/* line 55, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-0 {
right: auto;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-1 {
right: 8.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-2 {
right: 16.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-3 {
right: 25%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-4 {
right: 33.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-5 {
right: 41.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-6 {
right: 50%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-7 {
right: 58.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-8 {
right: 66.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-9 {
right: 75%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-10 {
right: 83.33333%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-11 {
right: 91.66667%;
}
/* line 50, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-pull-12 {
right: 100%;
}
/* line 45, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-0 {
left: auto;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-1 {
left: 8.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-2 {
left: 16.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-3 {
left: 25%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-4 {
left: 33.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-5 {
left: 41.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-6 {
left: 50%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-7 {
left: 58.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-8 {
left: 66.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-9 {
left: 75%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-10 {
left: 83.33333%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-11 {
left: 91.66667%;
}
/* line 40, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-push-12 {
left: 100%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-0 {
margin-left: 0%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-1 {
margin-left: 8.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-2 {
margin-left: 16.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-3 {
margin-left: 25%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-4 {
margin-left: 33.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-5 {
margin-left: 41.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-6 {
margin-left: 50%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-7 {
margin-left: 58.33333%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-8 {
margin-left: 66.66667%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-9 {
margin-left: 75%;
}
/* line 60, /Users/bmann/Dev/cypress-core-desktop-gui/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-sm-offset-10 {
margin-left: 83.33