* PLT-5091 - Updating teams sidebar style

* PLT-4650 - Updating bot indicator

* Removing text decoration

* Fixing dropdown menu in admin console

* Updating bot indicator position on desktop

* Updating bot indicator on mobile

* Moving bot indicator below for mobile

* Adding bg to the bot indicator

* Updating css for bot indicator in compact view
Этот коммит содержится в:
Asaad Mahmood
2017-01-04 04:23:27 +05:00
коммит произвёл Joram Wilander
родитель 6218805695
Коммит f1679cb2a0
6 изменённых файлов: 46 добавлений и 32 удалений

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

@@ -1234,10 +1234,10 @@
.bot-indicator {
border-radius: 2px;
font-family: inherit;
font-size: 11px;
font-size: 10px;
font-weight: 600;
margin: 0 10px 0 -4px;
padding: 2px 4px;
margin: 2px 10px 0 -4px;
padding: 1px 4px;
}
.permalink-text {

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

@@ -20,10 +20,14 @@
text-align: center;
width: 100%;
a {
text-decoration: none;
}
.team-btn {
@include border-radius(2px);
background-color: alpha-color($black, .3);
border: 1px solid transparent;
border: 1px solid alpha-color($white, .2);
display: table-cell;
font-size: 12px;
font-weight: bold;