Solving conflicts and also fixing css for MM-1752
Этот коммит содержится в:
@@ -300,7 +300,7 @@ export default class ChannelNotifications extends React.Component {
|
|||||||
<span aria-hidden='true'>×</span>
|
<span aria-hidden='true'>×</span>
|
||||||
<span className='sr-only'>Close</span>
|
<span className='sr-only'>Close</span>
|
||||||
</button>
|
</button>
|
||||||
<h4 className='modal-title'>{'Notification Preferences for ' + this.state.title}</h4>
|
<h4 className='modal-title'>Notification Preferences for <span className='name'>{this.state.title}</span></h4>
|
||||||
</div>
|
</div>
|
||||||
<div className='modal-body'>
|
<div className='modal-body'>
|
||||||
<div className='settings-table'>
|
<div className='settings-table'>
|
||||||
|
|||||||
@@ -65,6 +65,9 @@
|
|||||||
}
|
}
|
||||||
.channel-intro-img {
|
.channel-intro-img {
|
||||||
float:left;
|
float:left;
|
||||||
|
img {
|
||||||
|
@include border-radius(100px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.channel-intro__title {
|
.channel-intro__title {
|
||||||
font-weight:600;
|
font-weight:600;
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
@include clearfix;
|
@include clearfix;
|
||||||
.modal-title {
|
.modal-title {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 16px;
|
font-size: 17px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
color: #f4f4f4;
|
color: #f4f4f4;
|
||||||
.name {
|
.name {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user