1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Change the info at InfoTag modal

This commit is contained in:
Kazu Yokomizo
2017-04-12 22:22:22 +09:00
parent c4be052a49
commit 4ada755793
2 changed files with 31 additions and 34 deletions

View File

@@ -4,11 +4,9 @@
padding 15px
white-space pre
line-height 1.4
color $ui-text-color
color alpha($ui-text-color, 90%)
width 100%
.clear
clear both
font-size 14px
.top
text-align left
@@ -34,26 +32,16 @@
.description
font-size 14px
.madeBy
font-size 14px
$ui-inactive-text-color
.copyright
font-size 14px
$ui-inactive-text-color
.list
list-style square
padding-left 2em
li
white-space normal
padding-bottom 10px
a
color #4E8EC6
text-decoration none
body[data-theme="dark"]
.root
color $tab--dark-text-color
.madeBy
color $ui-dark-inactive-text-color
.copyright
color $ui-dark-inactive-text-color
color alpha($tab--dark-text-color, 80%)