1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 08:07:17 +00:00

add some auxiliary text styles

This commit is contained in:
Andrew Dolgov
2019-03-01 12:41:57 +03:00
parent a130da2d1a
commit 9554bc820d
7 changed files with 83 additions and 3 deletions

View File

@@ -932,6 +932,26 @@ body.ttrss_utility .alert .close {
line-height: 20px;
cursor: pointer;
}
body.ttrss_main .pull-right,
body.ttrss_utility .pull-right {
float: right;
}
body.ttrss_main .pull-left,
body.ttrss_utility .pull-left {
float: left;
}
body.ttrss_main .text-error,
body.ttrss_utility .text-error {
color: #b94a48;
}
body.ttrss_main .text-info,
body.ttrss_utility .text-info {
color: #3a87ad;
}
body.ttrss_main .text-success,
body.ttrss_utility .text-success {
color: #468847;
}
body.ttrss_main .alert,
body.ttrss_utility .alert,
body.ttrss_main .alert h4,