mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-09 07:33:30 +00:00
14 lines
173 B
SCSS
14 lines
173 B
SCSS
|
.user-preferences .ai-user-preferences {
|
||
|
legend {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
.control-group {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.save-button {
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
}
|