1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/gui/app/styles/core/section/jira.scss
sauls8t 75a19a80f9 Replace Bootstrap tooltips/popovers/dropdowns
With Ember Attacher component.

This commit removes redundant BS code.

Co-Authored-By: McMatts <matt@documize.com>
2018-12-06 14:10:00 +00:00

25 lines
363 B
SCSS

.section-jira {
margin: 0;
padding: 0;
}
.section-jira-table {
font-size: 1rem;
width: auto !important;
a:hover {
text-decoration: underline;
}
}
.section-jira-icon {
height: 16px;
width: 16px;
}
.seciton-jira-status {
padding: 3px 5px;
font-size: 0.9rem;
background-color: map-get($yellow-shades, 600);
color: $color-white;
}