Browse Source

moving around the rules

pull/249/head
connors 11 years ago
parent
commit
bb48247b7c
  1. 16
      docs-assets/css/docs.css
  2. 22
      lib/sass/docs.scss

16
docs-assets/css/docs.css

@ -413,14 +413,6 @@ body {
margin: 10px auto;
}
#modalsInDevice #iwindow > .button {
margin: 10px;
}
#modalsInDevice .card p {
padding-right: 10px;
padding-left: 10px;
}
#popoversInDevice #iwindow:before {
position: absolute;
top: 0;
@ -432,6 +424,14 @@ body {
content: '';
}
#modalsInDevice #iwindow > .button {
margin: 10px;
}
#modalsInDevice .card p {
padding-right: 10px;
padding-left: 10px;
}
.device {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 17px;

22
lib/sass/docs.scss

@ -441,17 +441,6 @@ body {
margin: 10px auto;
}
// Modals
#modalsInDevice {
#iwindow > .button {
margin: 10px;
}
.card p {
padding-right: 10px;
padding-left: 10px;
}
}
// Popovers
#popoversInDevice {
#iwindow:before {
@ -466,6 +455,17 @@ body {
}
}
// Modals
#modalsInDevice {
#iwindow > .button {
margin: 10px;
}
.card p {
padding-right: 10px;
padding-left: 10px;
}
}
// Misc
// --------------------------------------------------

Loading…
Cancel
Save