ui, fix: Resolve issue on the displaying of groups
This commit is contained in:
		| @ -5,7 +5,7 @@ | ||||
|  | ||||
| script( | ||||
|   type="module" | ||||
|   src="https://unpkg.com/@startinblox/oidc@0.5" | ||||
|   src="https://unpkg.com/@startinblox/oidc@0.6" | ||||
|   data-authority=`${sdn}/openid/`, | ||||
|   data-client_id=`${client_id}`, | ||||
|   data-response_type='id_token token', | ||||
|  | ||||
| @ -45,7 +45,7 @@ | ||||
|         sib-multiple[name$='groups'] { | ||||
|           display: flex; | ||||
|  | ||||
|           li { | ||||
|           > * { | ||||
|             @extend %group; | ||||
|           } | ||||
|         } | ||||
|  | ||||
| @ -65,7 +65,7 @@ | ||||
|           display: flex; | ||||
|           padding-left: 1.4rem; | ||||
|  | ||||
|           li { | ||||
|           groups-name { | ||||
|             @extend %group; | ||||
|           } | ||||
|         } | ||||
|  | ||||
| @ -166,6 +166,10 @@ | ||||
|  | ||||
|           sib-multiple[name$='groups'] { | ||||
|             display: flex; | ||||
|  | ||||
|             > * { | ||||
|               margin-right: 0.4rem; | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|  | ||||
| @ -54,6 +54,7 @@ $color-majorelle-blue:   hsl(244, 73%, 62%); | ||||
|   color: $color-rolling-stone; | ||||
|   font-size: 1.4rem; | ||||
|   font-weight: 400; | ||||
|   margin-right: 0.4rem; | ||||
|   padding: calc(1.6rem - 0.8em) 0.7em; | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user