Files
mattermost/webapp/plugins/jira/components/style.scss
Asaad Mahmood fcede31bed PLT-7295 - Submitting UI changes for Jira (#7097)
* PLT-7295 - Submitting UI changes for Jira

* Updating help text

* Revert "Updating help text"

This reverts commit 2885b290c6.
2017-08-05 01:55:26 +08:00

46 lines
861 B
SCSS

@charset 'UTF-8';
@import 'compass/utilities';
@import 'compass/css3';
.jirabots__dropdown {
position: relative;
&:before {
border-color: #999 transparent transparent;
border-style: solid;
border-width: 5px 5px 2.5px;
content: '';
height: 0;
pointer-events: none;
position: absolute;
right: 11px;
top: 15px;
width: 0;
}
}
.jirabot__image {
@include border-radius(20px);
display: block;
font-size: 15px;
height: 16px;
line-height: 16px;
margin-right: 7px;
margin-top: 3px;
text-align: center;
width: 16px;
.jirabot--align {
display: inline-block;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.jirabot__fullname {
@include opacity(.5);
}