Skip to content
Snippets Groups Projects
Commit 4dd81519 authored by sestakjakub's avatar sestakjakub Committed by Demian Katz
Browse files

Border radius of autocomplete defined by variable

parent 7d7c798d
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -151,7 +151,7 @@ h3 { ...@@ -151,7 +151,7 @@ h3 {
margin-top: 2px; margin-top: 2px;
border: 1px solid @list-group-border; border: 1px solid @list-group-border;
background-color: #fff; background-color: #fff;
border-radius: 4px; border-radius: @border-radius-base;
overflow: hidden; overflow: hidden;
.item { .item {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment