Skip to content

Commit fb70b1d

Browse files
FabienPapetNyholm
authored andcommitted
Get rid of bootstrap overrides (#230)
* Get rid of bootstrap overrides * Update webui.css * Update base.html.twig
1 parent daad670 commit fb70b1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Resources/public/css/webui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/* Navigation */
2-
.navbar {
2+
.configs {
33
padding: 0 2rem;
44
}
5-
.navbar-nav .nav-text{
5+
.configs .navbar-nav .nav-text{
66
font-weight: bold;
77
padding-top: 0.2rem;
88
padding-bottom: 0;
99
display: inline-block;
1010
width: 6rem;
1111
}
1212

13-
.navbar-nav .nav-link {
13+
.configs .navbar-nav .nav-link {
1414
padding-top: 0.1rem;
1515
padding-bottom: 0.1rem;
1616
}

Resources/views/WebUI/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313

14-
<nav class="navbar navbar-light bg-faded">
14+
<nav class="navbar navbar-light bg-faded configs">
1515
<ul class="nav navbar-nav">
1616
<li class="nav-item"><span class="nav-text">Configs:</span></li>
1717
{% for c in configNames %}

0 commit comments

Comments
 (0)