Skip to content

Commit

Permalink
css: Remove redundant #organization from settings.scss.
Browse files Browse the repository at this point in the history
This commit removes the redundant `#organization` from settings.scss as
organization id no longer exists.
  • Loading branch information
pragatiagrawal31 authored and timabbott committed Jun 25, 2019
1 parent fa85b92 commit 4567799
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions static/styles/settings.scss
Expand Up @@ -252,10 +252,6 @@ td .button {
margin: 20px;
}

#organization .settings-section {
display: inline-block;
}

.settings-wrapper {
display: none;
}
Expand Down Expand Up @@ -570,7 +566,6 @@ input[type=checkbox].inline-block {
margin: auto;
}

#organization .settings-section .organization-settings .admin-realm-form,
#settings .settings-section .account-settings-form,
#settings .settings-section .new-bot-form,
#settings .settings-section .new-alert-word-form,
Expand All @@ -582,7 +577,6 @@ input[type=checkbox].inline-block {
width: 100%;
}

#organization .settings-section .admin-realm-form .control-label,
#settings .settings-section .account-settings-form .control-label,
#settings .settings-section .new-bot-form .control-label,
#settings .settings-section .new-alert-word-form .control-label,
Expand All @@ -598,7 +592,6 @@ input[type=checkbox].inline-block {
float: none;
}

#organization .settings-section .admin-realm-form .controls,
#settings .settings-section .account-settings-form .controls,
#settings .settings-section .new-bot-form .controls,
#settings .settings-section .new-alert-word-form button,
Expand All @@ -615,7 +608,6 @@ input[type=checkbox].inline-block {
}
}

#organization .settings-section .settings-section-icon,
#settings .settings-section .settings-section-icon {
margin-right: 8px;
}
Expand Down Expand Up @@ -1792,25 +1784,6 @@ input[type=text]#settings_search {
padding-bottom: 20px;
}

#organization #deactivation_stream_modal h3 {
overflow-wrap: break-word;
}

#organization .centered-footer {
text-align: center;
padding: 10px 15px;
}

#organization .new-realm-domain {
width: 130px;
margin-bottom: auto;
padding: 0px 2px;
}

#organization #submit-add-realm-domain {
width: 75px;
}

#muted_topics_table {
margin-bottom: 0px;
width: 90%;
Expand Down

0 comments on commit 4567799

Please sign in to comment.