diff --git a/css/settings.css b/css/settings.css index aa9e67e..6191dc9 100644 --- a/css/settings.css +++ b/css/settings.css @@ -102,6 +102,16 @@ a { color: #ffcc00; } align-items: center; } +.tab-content .setting i { + font-size: 14px; + color: #666; + margin: 0 10px; +} + +.tab-content .setting i.fa-arrow-turn-up { + transform: rotate(90deg); +} + .tab-content .setting small { color: #777; } @@ -235,4 +245,4 @@ footer a { } footer { font-size: 12px; } -} \ No newline at end of file +}