textcircle.scss 210 B

1234567891011121314151617
  1. /* Workaround BS3 fixed navbar height
  2. body {
  3. padding-top: 70px;
  4. }
  5. */
  6. $topMargin: 50px;
  7. .top-margin {
  8. margin-top: $topMargin;
  9. }
  10. #viewer_iframe {
  11. border: 1px solid gray;
  12. resize: both;
  13. width: 100%;
  14. }