Skip to content
Snippets Groups Projects
Commit bb47b805 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

bugfixes for popups and assignee list

parent ab7c9220
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import RoleChangeForm from 'components/forms/RoleForm/RoleChangeForm';
import RoleEditForm from 'components/forms/RoleForm/RoleEditForm';
import './role-form.scss';
import '../form.scss'
interface Props {
roles: TeamRole[];
......
......@@ -5,8 +5,11 @@
display: flex;
flex-direction: column;
h2 {
margin-top: 0;
}
.role-item {
background: s.$background-light;
background: s.$background-input;
border-radius: 25px;
font-size: 18px;
width: 100%;
......@@ -109,6 +112,7 @@
.role-edit-form {
h2 {
margin-bottom: 40px;
margin-top: 0;
}
.button {
......
......@@ -5,19 +5,13 @@
display: flex;
margin-left: 16px;
&:hover {
.assignee {
margin-left: 0;
}
}
.tooltip {
margin-left: -8px;
margin-left: -4px;
}
.assignee,
.avatar {
margin-left: -8px;
margin-left: -4px;
width: 35px;
height: 35px;
......
......@@ -20,7 +20,7 @@
overflow: auto;
padding: 50px;
max-width: 960px;
background: s.$background-white;
background: s.$background-light;
border-radius: 25px;
position: relative;
z-index: 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment