From 0f8268c93e6210d368f9dcd1900274871a9eacdf Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 30 Apr 2017 09:16:55 +0200 Subject: Add client_credentials as grant_type Therefore, username and password are no longer needed Signed-off-by: Thomas Citharel Allow to have global clients, auth through direct token or auth code and bring scopes Signed-off-by: Thomas Citharel fix review Signed-off-by: Thomas Citharel remove redirect uri requirement on specific clients add back password and depreciate it enforce state Signed-off-by: Thomas Citharel Allow apps to register themselves A handful of changes Signed-off-by: Thomas Citharel change timeout values Signed-off-by: Thomas Citharel set access_token lifetime to 1 year and double for refresh_token Signed-off-by: Thomas Citharel --- .../static/themes/material/css/various.scss | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'app/Resources/static/themes/material/css/various.scss') diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 7daf40ec..5ff18038 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -30,3 +30,30 @@ nav .input-field input { .tab { flex: 1; } + +.slider .slides { + background: #00acc1; + + li { + img { + background: no-repeat; + background-size: contain; + background-position: unset; + } + + .icon { + width: auto; + height: 180px; + } + + .icon.browser { + width: auto; + height: 100px; + } + + .caption { + width: 85%; + left: 10%; + } + } +} -- cgit v1.2.3