PLT-7287 Move access token text in user list to under the dropdown (#7099)

* Move access token text in user list to under the dropdown

* Updating UI for token help text (#7107)
Этот коммит содержится в:
Joram Wilander
2017-08-04 13:51:08 -04:00
коммит произвёл Saturnino Abril
родитель 28726460d7
Коммит 5a8c1c18e5
5 изменённых файлов: 51 добавлений и 36 удалений

Просмотреть файл

@@ -22,6 +22,10 @@ body {
font-family: 'Open Sans', sans-serif;
}
.light {
@include opacity(.6);
}
.word-break--all {
word-break: break-all;
}

Просмотреть файл

@@ -83,6 +83,10 @@
.margin-top {
margin-top: 7px;
&.half {
margin-top: 4px;
}
&.x2 {
margin-top: 14px;
}