summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 15:14:42 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 15:14:42 +0300
commite2c9e283a2d2a207b9ec7926b974e6cd599c1f14 (patch)
tree18ddcd2ff02bd7ee6eefba6dda8856a33f8ccdc1 /css/tt-rss.less
parentc11f32ac388fd1ac2f7402572db7afad04cd5ce4 (diff)
remove ttrss_login stuff, use utility class
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less81
1 files changed, 0 insertions, 81 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index b077d856a..a3dc757fc 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -1022,87 +1022,6 @@ body.ttrss_main {
}
}
-body.ttrss_login {
-
- .container {
- background : @color-panel-bg;
- color : @default-fg;
- display : flex;
- flex-direction: column;
- width : 100%;
- height : 100%;
- position : absolute;
-
- .footer {
- text-align : center;
- padding : 10px;
- }
-
- .center {
- width : 100%;
- display : flex;
- align-items: center;
- flex-grow : 1;
- justify-content : center;
-
- .login-form {
- form {
- margin : 0px;
- }
-
- background : white;
- padding : 20px;
- border : 1px solid #ddd;
- box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
- }
- }
- }
-
- fieldset > label:first-of-type {
- width : 120px;
- margin-right : 20px;
- display : inline-block;
- text-align : right;
- font-weight : bold;
- }
-
- fieldset {
- border-width : 0;
- padding : 5px 0px;
- }
-
- fieldset.narrow {
- padding : 2px 0px;
- }
-
- fieldset.align-right {
- text-align : right;
- }
-
- a {
- color: @color-accent;
- text-decoration: none;
- }
-
- a:hover,
- a:focus {
- color: @color-accent;
- text-decoration: underline;
- }
-
- div.footer a {
- color : gray;
- }
-
- div.footer a:hover {
- color : @color-accent;
- }
-
- div.row {
- padding-bottom : 5px;
- }
-}
-
body.ttrss_main .dijitDialog {
h1:first-of-type,
h2:first-of-type,