aboutsummaryrefslogtreecommitdiff
path: root/app/javascript/scss/_agents.scss
blob: 951505a1132e074fae0c4ffc9e0ca0312833119a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
 *
 * SPDX-License-Identifier: LAL-1.3
 */

// Place all the styles related to the Agents controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/

body.index article.agent {
    border: 1px solid;
    border-radius: 1rem;
    margin: 2rem;
    padding: 2rem;
}