Skip to content

Commit

Permalink
chore(app): main.css 에서 NavBar 관련 제거 가능한 스타일 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
innocarpe committed Sep 8, 2023
1 parent 3640341 commit 14537db
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions apps/react-world/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3046,17 +3046,6 @@ input[type="button"].btn-block {
.navbar-sticky-top {
border-radius: 0; } }

.navbar-brand {
float: left;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
margin-right: 1rem;
font-size: 1.25rem; }
.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none; }
.navbar-brand > img {
display: block; }

.navbar-divider {
float: left;
width: 1px;
Expand Down Expand Up @@ -3090,23 +3079,6 @@ input[type="button"].btn-block {
.navbar-toggleable-md {
display: block !important; } }

.navbar-nav .nav-item {
float: left; }

.navbar-nav .nav-link {
display: block;
padding-top: .425rem;
padding-bottom: .425rem; }
.navbar-nav .nav-link + .nav-link {
margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
margin-left: 1rem; }

.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.3); }
Expand Down Expand Up @@ -5080,13 +5052,6 @@ ul.tag-list {
ul.tag-list li {
display: inline-block !important; }

.navbar-brand {
font-family: "Titillium Web", sans-serif;
font-size: 1.5rem !important;
padding-top: 0rem !important;
margin-right: 2rem !important;
color: #5CB85C !important; }

.nav-link .user-pic {
height: 26px;
border-radius: 50px;
Expand Down

0 comments on commit 14537db

Please sign in to comment.