textcircle.scss 207 B

12345678910111213141516
  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. #viewer_iframe {
  10. border: 1px solid gray;
  11. resize: both;
  12. width: 100%;
  13. }