Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
purescript-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Grégoire Locqueville
  • purescript-gargantext
  • Repository

Switch branch/tag
  • purescript-gargantext
  • dist
  • styles
  • CodeEditor.sass
Find file
BlameHistoryPermalink
  • Przemyslaw Kaminski's avatar
    [CodeEditor] view type toggle (code/preview/both) + some refactoring · 59af3f6f
    Przemyslaw Kaminski authored 5 years ago
    59af3f6f
CodeEditor.sass 470 Bytes
EditWeb IDE
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.code-editor
  .toolbar
    display: flex
    justify-content: flex-start
    width: 100%
  .editor
    display: flex
    width: 100%
    .code
      flex-grow: 1
      code
        background-color: #f7f7f9
        color: #000
        display: block
        height: 500px
    .html
      flex-grow: 2
      margin-left: 25px
      padding-left: 25px
      ul
        li
          list-style: disc !important
      ol
        li
          list-style: decimal !important

Replace CodeEditor.sass

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.