Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Rightix committed Nov 6, 2019
1 parent 3edaec7 commit a039c8b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 47 deletions.
47 changes: 1 addition & 46 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions app/plain/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4263,6 +4263,21 @@ footer {
color: #fff;
border-radius: 5px;
max-width: 250px; }
.tooltip:before {
content: '';
border-width: 5px 5px 5px 0px;
border-color: #3fa6dd;
border-top-color: transparent;
border-left-color: transparent;
border-bottom-color: transparent;
left: -5px;
top: 0;
bottom: 0;
margin: auto;
width: 0;
height: 0;
border-style: solid;
position: absolute; }
.tooltip-inner {
font-size: 12px;
padding: 3px 9px; }
16 changes: 16 additions & 0 deletions app/plain/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3784,6 +3784,22 @@ footer
color: #fff
border-radius: 5px
max-width: 250px
&:before
content: ''
border-width: 5px 5px 5px 0px
border-color: #3fa6dd
border-top-color: transparent
border-left-color: transparent
border-bottom-color: transparent
left: -5px
top: 0
bottom: 0
margin: auto
width: 0
height: 0
border-style: solid
position: absolute
&-inner
font-size: 12px
padding: 3px 9px

2 changes: 1 addition & 1 deletion dist/plain/css/main.css

Large diffs are not rendered by default.

0 comments on commit a039c8b

Please sign in to comment.