{"version":3,"file":"stylesheets/5703.css?h=6782fecf61607ec957e6","mappings":"AAEA,gCACI,qDACA,yGACA,sEACA,gBALG,CAMH,eANG,CAOH,eAPG,CAQH,gBARG,CASH,YACA,aACA,6BACA,0CACA,eAEA,oCACI,WACA,YACA,kBAEJ,qCACI,wBACA,gBAEJ,2CACI","sources":["webpack://@studip/core/./resources/vue/components/StudipSquareButton.vue"],"sourcesContent":["\n$size: 130px;\n.square-button {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    max-height: $size;\n    max-width: $size;\n    min-width: $size;\n    min-height: $size;\n    margin: 10px;\n    padding: 10px;\n    background-color: transparent;\n    border: solid thin var(--content-color-40);\n    cursor: pointer;\n\n    img {\n        width: 100%;\n        height: 50px;\n        margin-bottom: 8px;\n    }\n    span {\n        color: var(--base-color);\n        min-width: 110px;\n    }\n    &:hover span {\n        color: var(--red);\n    }\n}\n"],"names":[],"sourceRoot":""}