mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
@import "ui-variables";
|
|
|
|
// Override bootstrap styles here.
|
|
.panel {
|
|
border-radius: 0;
|
|
border: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
|
|
.panel-heading {
|
|
border-radius: 0;
|
|
}
|
|
}
|